Fix casing from Wireguard to WireGuard.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts 2018-05-24 20:13:21 +02:00
parent 5d3f97133d
commit d15972d2ce
18 changed files with 76 additions and 70 deletions

View File

@ -4,7 +4,7 @@ use_frameworks!
swift_version = "4.0" swift_version = "4.0"
target 'Wireguard' do target 'WireGuard' do
pod 'Fabric' pod 'Fabric'
pod 'Crashlytics' pod 'Crashlytics'
pod 'SwiftLint' pod 'SwiftLint'
@ -18,7 +18,7 @@ target 'Wireguard' do
post_install do | installer | post_install do | installer |
require 'fileutils' require 'fileutils'
FileUtils.cp_r('Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard-Acknowledgements.plist', 'Resources/Settings.bundle/Acknowledgements.plist', :remove_destination => true) FileUtils.cp_r('Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard-Acknowledgements.plist', 'Resources/Settings.bundle/Acknowledgements.plist', :remove_destination => true)
end end
end end

View File

@ -61,6 +61,6 @@ SPEC CHECKSUMS:
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10 Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9 SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
PODFILE CHECKSUM: e6b0defd47762f4f7dcf816ebbed47976b3ad2e0 PODFILE CHECKSUM: 0d0e9b16451896d624a83e7c8701984fa3e606e0
COCOAPODS: 1.5.2 COCOAPODS: 1.5.2

View File

@ -4,7 +4,7 @@ To get started...
- Clone this repo. - Clone this repo.
- Run `pod install` - Run `pod install`
- Open `Wireguard.xcworkspace` - Open `WireGuard.xcworkspace`
## License ## License

View File

@ -12,7 +12,7 @@ for plist in "$target_plist" "$dsym_plist"; do
fi fi
done done
settings_root_plist="$TARGET_BUILD_DIR/Wireguard.app/Settings.bundle/Root.plist" settings_root_plist="$TARGET_BUILD_DIR/WireGuard.app/Settings.bundle/Root.plist"
if [ -f "$settings_root_plist" ]; then if [ -f "$settings_root_plist" ]; then
settingsVersion="`agvtool what-marketing-version -terse1`(${number_of_commits})" settingsVersion="`agvtool what-marketing-version -terse1`(${number_of_commits})"

View File

@ -7,6 +7,7 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
48CF751B34E9703133F1B1AF /* Pods_WireGuard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */; };
4A4BACE620B5F1BF00F12B28 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */; }; 4A4BACE620B5F1BF00F12B28 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */; };
4A4BACE820B5F1BF00F12B28 /* ConnectionsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE720B5F1BF00F12B28 /* ConnectionsTableViewController.swift */; }; 4A4BACE820B5F1BF00F12B28 /* ConnectionsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE720B5F1BF00F12B28 /* ConnectionsTableViewController.swift */; };
4A4BACEB20B5F1BF00F12B28 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BACE920B5F1BF00F12B28 /* Main.storyboard */; }; 4A4BACEB20B5F1BF00F12B28 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A4BACE920B5F1BF00F12B28 /* Main.storyboard */; };
@ -27,7 +28,6 @@
4A4BAD2320B6026900F12B28 /* Interface+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1F20B6026900F12B28 /* Interface+CoreDataClass.swift */; }; 4A4BAD2320B6026900F12B28 /* Interface+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BAD1F20B6026900F12B28 /* Interface+CoreDataClass.swift */; };
4A7F6EDD20B674CD00B260B7 /* Address+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7F6EDB20B674CD00B260B7 /* Address+CoreDataClass.swift */; }; 4A7F6EDD20B674CD00B260B7 /* Address+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7F6EDB20B674CD00B260B7 /* Address+CoreDataClass.swift */; };
4A7F6EDE20B674CD00B260B7 /* Address+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7F6EDC20B674CD00B260B7 /* Address+CoreDataProperties.swift */; }; 4A7F6EDE20B674CD00B260B7 /* Address+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7F6EDC20B674CD00B260B7 /* Address+CoreDataProperties.swift */; };
DA734B3636730B94E9C22F47 /* Pods_Wireguard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
@ -41,14 +41,16 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
4A4BACE220B5F1BF00F12B28 /* Wireguard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Wireguard.app; sourceTree = BUILT_PRODUCTS_DIR; }; 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WireGuard.release.xcconfig"; path = "Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard.release.xcconfig"; sourceTree = "<group>"; };
25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WireGuard.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard.debug.xcconfig"; sourceTree = "<group>"; };
4A4BACE220B5F1BF00F12B28 /* WireGuard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WireGuard.app; sourceTree = BUILT_PRODUCTS_DIR; };
4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 4A4BACE520B5F1BF00F12B28 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4A4BACE720B5F1BF00F12B28 /* ConnectionsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionsTableViewController.swift; sourceTree = "<group>"; }; 4A4BACE720B5F1BF00F12B28 /* ConnectionsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionsTableViewController.swift; sourceTree = "<group>"; };
4A4BACEA20B5F1BF00F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 4A4BACEA20B5F1BF00F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4A4BACEC20B5F1C100F12B28 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 4A4BACEC20B5F1C100F12B28 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4A4BACEF20B5F1C100F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 4A4BACEF20B5F1C100F12B28 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4A4BACF120B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 4A4BACF120B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4A4BACF620B5F1C100F12B28 /* WireguardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WireguardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WireGuardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4A4BACFA20B5F1C100F12B28 /* WireguardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireguardTests.swift; sourceTree = "<group>"; }; 4A4BACFA20B5F1C100F12B28 /* WireguardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireguardTests.swift; sourceTree = "<group>"; };
4A4BACFC20B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 4A4BACFC20B5F1C100F12B28 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4A4BAD0520B5F4B500F12B28 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; 4A4BAD0520B5F4B500F12B28 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
@ -66,6 +68,7 @@
4A7F6EDB20B674CD00B260B7 /* Address+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Address+CoreDataClass.swift"; sourceTree = "<group>"; }; 4A7F6EDB20B674CD00B260B7 /* Address+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Address+CoreDataClass.swift"; sourceTree = "<group>"; };
4A7F6EDC20B674CD00B260B7 /* Address+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Address+CoreDataProperties.swift"; sourceTree = "<group>"; }; 4A7F6EDC20B674CD00B260B7 /* Address+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Address+CoreDataProperties.swift"; sourceTree = "<group>"; };
82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Wireguard.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard.debug.xcconfig"; sourceTree = "<group>"; }; 82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Wireguard.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard.debug.xcconfig"; sourceTree = "<group>"; };
861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WireGuard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Wireguard.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Wireguard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Wireguard.release.xcconfig"; path = "Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard.release.xcconfig"; sourceTree = "<group>"; }; FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Wireguard.release.xcconfig"; path = "Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
@ -75,7 +78,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
DA734B3636730B94E9C22F47 /* Pods_Wireguard.framework in Frameworks */, 48CF751B34E9703133F1B1AF /* Pods_WireGuard.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -104,8 +107,8 @@
4A4BACE320B5F1BF00F12B28 /* Products */ = { 4A4BACE320B5F1BF00F12B28 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
4A4BACE220B5F1BF00F12B28 /* Wireguard.app */, 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */,
4A4BACF620B5F1C100F12B28 /* WireguardTests.xctest */, 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -182,6 +185,8 @@
children = ( children = (
82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */, 82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */,
FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */, FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */,
25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */,
0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */,
); );
name = Pods; name = Pods;
sourceTree = "<group>"; sourceTree = "<group>";
@ -190,6 +195,7 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */, 8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */,
861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */,
); );
name = Frameworks; name = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
@ -197,9 +203,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
4A4BACE120B5F1BF00F12B28 /* Wireguard */ = { 4A4BACE120B5F1BF00F12B28 /* WireGuard */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "Wireguard" */; buildConfigurationList = 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */;
buildPhases = ( buildPhases = (
C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */, C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */,
4A4BAD0820B5F53900F12B28 /* Swiftlint */, 4A4BAD0820B5F53900F12B28 /* Swiftlint */,
@ -213,14 +219,14 @@
); );
dependencies = ( dependencies = (
); );
name = Wireguard; name = WireGuard;
productName = Wireguard; productName = Wireguard;
productReference = 4A4BACE220B5F1BF00F12B28 /* Wireguard.app */; productReference = 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
4A4BACF520B5F1C100F12B28 /* WireguardTests */ = { 4A4BACF520B5F1C100F12B28 /* WireGuardTests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireguardTests" */; buildConfigurationList = 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */;
buildPhases = ( buildPhases = (
4A4BACF220B5F1C100F12B28 /* Sources */, 4A4BACF220B5F1C100F12B28 /* Sources */,
4A4BACF320B5F1C100F12B28 /* Frameworks */, 4A4BACF320B5F1C100F12B28 /* Frameworks */,
@ -231,9 +237,9 @@
dependencies = ( dependencies = (
4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */, 4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */,
); );
name = WireguardTests; name = WireGuardTests;
productName = WireguardTests; productName = WireguardTests;
productReference = 4A4BACF620B5F1C100F12B28 /* WireguardTests.xctest */; productReference = 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test"; productType = "com.apple.product-type.bundle.unit-test";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@ -255,7 +261,7 @@
}; };
}; };
}; };
buildConfigurationList = 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "Wireguard" */; buildConfigurationList = 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "WireGuard" */;
compatibilityVersion = "Xcode 9.3"; compatibilityVersion = "Xcode 9.3";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
@ -268,8 +274,8 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
4A4BACE120B5F1BF00F12B28 /* Wireguard */, 4A4BACE120B5F1BF00F12B28 /* WireGuard */,
4A4BACF520B5F1C100F12B28 /* WireguardTests */, 4A4BACF520B5F1C100F12B28 /* WireGuardTests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@ -330,7 +336,7 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard-frameworks.sh", "${SRCROOT}/Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/AlamofireImage/AlamofireImage.framework", "${BUILT_PRODUCTS_DIR}/AlamofireImage/AlamofireImage.framework",
"${BUILT_PRODUCTS_DIR}/BNRCoreDataStack/BNRCoreDataStack.framework", "${BUILT_PRODUCTS_DIR}/BNRCoreDataStack/BNRCoreDataStack.framework",
@ -355,7 +361,7 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Wireguard/Pods-Wireguard-frameworks.sh\"\n"; shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WireGuard/Pods-WireGuard-frameworks.sh\"\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */ = { C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */ = {
@ -369,7 +375,7 @@
); );
name = "[CP] Check Pods Manifest.lock"; name = "[CP] Check Pods Manifest.lock";
outputPaths = ( outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Wireguard-checkManifestLockResult.txt", "$(DERIVED_FILE_DIR)/Pods-WireGuard-checkManifestLockResult.txt",
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
@ -414,7 +420,7 @@
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */ = { 4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 4A4BACE120B5F1BF00F12B28 /* Wireguard */; target = 4A4BACE120B5F1BF00F12B28 /* WireGuard */;
targetProxy = 4A4BACF720B5F1C100F12B28 /* PBXContainerItemProxy */; targetProxy = 4A4BACF720B5F1C100F12B28 /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
@ -555,18 +561,18 @@
}; };
4A4BAD0020B5F1C100F12B28 /* Debug */ = { 4A4BAD0020B5F1C100F12B28 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = 82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */; baseConfigurationReference = 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Wireguard/Info.plist; INFOPLIST_FILE = WireGuard/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3; IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.Wireguard; PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0; SWIFT_VERSION = 4.0;
@ -576,18 +582,18 @@
}; };
4A4BAD0120B5F1C100F12B28 /* Release */ = { 4A4BAD0120B5F1C100F12B28 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
baseConfigurationReference = FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */; baseConfigurationReference = 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Wireguard/Info.plist; INFOPLIST_FILE = WireGuard/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3; IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.Wireguard; PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0; SWIFT_VERSION = 4.0;
@ -601,17 +607,17 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)"; BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = WireguardTests/Info.plist; INFOPLIST_FILE = WireGuardTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
"@loader_path/Frameworks", "@loader_path/Frameworks",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireguardTests; PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0; SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Wireguard.app/Wireguard"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard";
}; };
name = Debug; name = Debug;
}; };
@ -621,24 +627,24 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)"; BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = WireguardTests/Info.plist; INFOPLIST_FILE = WireGuardTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
"@loader_path/Frameworks", "@loader_path/Frameworks",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireguardTests; PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0; SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Wireguard.app/Wireguard"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard";
}; };
name = Release; name = Release;
}; };
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "Wireguard" */ = { 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "WireGuard" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
4A4BACFD20B5F1C100F12B28 /* Debug */, 4A4BACFD20B5F1C100F12B28 /* Debug */,
@ -647,7 +653,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "Wireguard" */ = { 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
4A4BAD0020B5F1C100F12B28 /* Debug */, 4A4BAD0020B5F1C100F12B28 /* Debug */,
@ -656,7 +662,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireguardTests" */ = { 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
4A4BAD0320B5F1C100F12B28 /* Debug */, 4A4BAD0320B5F1C100F12B28 /* Debug */,

View File

@ -2,7 +2,7 @@
<Workspace <Workspace
version = "1.0"> version = "1.0">
<FileRef <FileRef
location = "group:Wireguard.xcodeproj"> location = "group:WireGuard.xcodeproj">
</FileRef> </FileRef>
<FileRef <FileRef
location = "group:Pods/Pods.xcodeproj"> location = "group:Pods/Pods.xcodeproj">

View File

@ -1,9 +1,9 @@
// //
// AppDelegate.swift // AppDelegate.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import UIKit import UIKit

View File

@ -1,9 +1,9 @@
// //
// AppCoordinator.swift // AppCoordinator.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import Foundation import Foundation
@ -13,7 +13,7 @@ import BNRCoreDataStack
class AppCoordinator: RootViewCoordinator { class AppCoordinator: RootViewCoordinator {
let persistentContainer = NSPersistentContainer(name: "Wireguard") let persistentContainer = NSPersistentContainer(name: "WireGuard")
let storyboard = UIStoryboard(name: "Main", bundle: nil) let storyboard = UIStoryboard(name: "Main", bundle: nil)
// MARK: - Properties // MARK: - Properties

View File

@ -1,9 +1,9 @@
// //
// Coordinator.swift // Coordinator.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import Foundation import Foundation

View File

@ -1,9 +1,9 @@
// //
// RootCoordinator.swift // RootCoordinator.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import Foundation import Foundation

View File

@ -1,9 +1,9 @@
// //
// Address+CoreDataClass.swift // Address+CoreDataClass.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 24-05-18. // Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
// //

View File

@ -1,9 +1,9 @@
// //
// Address+CoreDataProperties.swift // Address+CoreDataProperties.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 24-05-18. // Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
// //

View File

@ -1,9 +1,9 @@
// //
// Interface+CoreDataProperties.swift // Interface+CoreDataProperties.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 24-05-18. // Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
// //

View File

@ -1,9 +1,9 @@
// //
// Profile+CoreDataClass.swift // Profile+CoreDataClass.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
// //

View File

@ -1,9 +1,9 @@
// //
// Profile+CoreDataProperties.swift // Profile+CoreDataProperties.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
// //

View File

@ -1,9 +1,9 @@
// //
// ConnectionsTableViewController.swift // ConnectionsTableViewController.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import UIKit import UIKit

View File

@ -1,9 +1,9 @@
// //
// Identifyable.swift // Identifyable.swift
// Wireguard // WireGuard
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import Foundation import Foundation

View File

@ -1,15 +1,15 @@
// //
// WireguardTests.swift // WireGuardTests.swift
// WireguardTests // WireGuardTests
// //
// Created by Jeroen Leenarts on 23-05-18. // Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved. // Copyright © 2018 WireGuard. All rights reserved.
// //
import XCTest import XCTest
@testable import Wireguard @testable import WireGuard
class WireguardTests: XCTestCase { class WireGuardTests: XCTestCase {
override func setUp() { override func setUp() {
super.setUp() super.setUp()