aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Podfile4
-rw-r--r--Podfile.lock2
-rw-r--r--README.md2
-rwxr-xr-xScripts/set_build_number.sh2
-rw-r--r--Wireguard.xcodeproj/project.pbxproj78
-rw-r--r--Wireguard.xcworkspace/contents.xcworkspacedata2
-rw-r--r--Wireguard/AppDelegate.swift4
-rw-r--r--Wireguard/Coordinators/AppCoordinator.swift6
-rw-r--r--Wireguard/Coordinators/Coordinator.swift4
-rw-r--r--Wireguard/Coordinators/RootCoordinator.swift4
-rw-r--r--Wireguard/Models/Address+CoreDataClass.swift4
-rw-r--r--Wireguard/Models/Address+CoreDataProperties.swift4
-rw-r--r--Wireguard/Models/Interface+CoreDataProperties.swift4
-rw-r--r--Wireguard/Models/Profile+CoreDataClass.swift4
-rw-r--r--Wireguard/Models/Profile+CoreDataProperties.swift4
-rw-r--r--Wireguard/ViewControllers/ConnectionsTableViewController.swift4
-rw-r--r--Wireguard/ViewControllers/Identifyable.swift4
-rw-r--r--WireguardTests/WireguardTests.swift10
18 files changed, 76 insertions, 70 deletions
diff --git a/Podfile b/Podfile
index 093d695..7fd5c08 100644
--- a/Podfile
+++ b/Podfile
@@ -4,7 +4,7 @@ use_frameworks!
swift_version = "4.0"
-target 'Wireguard' do
+target 'WireGuard' do
pod 'Fabric'
pod 'Crashlytics'
pod 'SwiftLint'
@@ -18,7 +18,7 @@ target 'Wireguard' do
post_install do | installer |
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
diff --git a/Podfile.lock b/Podfile.lock
index c820824..aaad4ec 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -61,6 +61,6 @@ SPEC CHECKSUMS:
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
-PODFILE CHECKSUM: e6b0defd47762f4f7dcf816ebbed47976b3ad2e0
+PODFILE CHECKSUM: 0d0e9b16451896d624a83e7c8701984fa3e606e0
COCOAPODS: 1.5.2
diff --git a/README.md b/README.md
index 754c301..b4dfa66 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ To get started...
- Clone this repo.
- Run `pod install`
-- Open `Wireguard.xcworkspace`
+- Open `WireGuard.xcworkspace`
## License
diff --git a/Scripts/set_build_number.sh b/Scripts/set_build_number.sh
index 888075a..77451f6 100755
--- a/Scripts/set_build_number.sh
+++ b/Scripts/set_build_number.sh
@@ -12,7 +12,7 @@ for plist in "$target_plist" "$dsym_plist"; do
fi
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
settingsVersion="`agvtool what-marketing-version -terse1`(${number_of_commits})"
diff --git a/Wireguard.xcodeproj/project.pbxproj b/Wireguard.xcodeproj/project.pbxproj
index a60624c..87ff566 100644
--- a/Wireguard.xcodeproj/project.pbxproj
+++ b/Wireguard.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* 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 */; };
4A4BACE820B5F1BF00F12B28 /* ConnectionsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4BACE720B5F1BF00F12B28 /* ConnectionsTableViewController.swift */; };
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 */; };
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 */; };
- DA734B3636730B94E9C22F47 /* Pods_Wireguard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -41,14 +41,16 @@
/* End PBXContainerItemProxy 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>"; };
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>"; };
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>"; };
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>"; };
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>"; };
@@ -66,6 +68,7 @@
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>"; };
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; };
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 */
@@ -75,7 +78,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- DA734B3636730B94E9C22F47 /* Pods_Wireguard.framework in Frameworks */,
+ 48CF751B34E9703133F1B1AF /* Pods_WireGuard.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -104,8 +107,8 @@
4A4BACE320B5F1BF00F12B28 /* Products */ = {
isa = PBXGroup;
children = (
- 4A4BACE220B5F1BF00F12B28 /* Wireguard.app */,
- 4A4BACF620B5F1C100F12B28 /* WireguardTests.xctest */,
+ 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */,
+ 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */,
);
name = Products;
sourceTree = "<group>";
@@ -182,6 +185,8 @@
children = (
82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */,
FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */,
+ 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */,
+ 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
@@ -190,6 +195,7 @@
isa = PBXGroup;
children = (
8BF50C7EC60CD91BBA05E51F /* Pods_Wireguard.framework */,
+ 861983CAE8FDC13BC83E7E04 /* Pods_WireGuard.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -197,9 +203,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
- 4A4BACE120B5F1BF00F12B28 /* Wireguard */ = {
+ 4A4BACE120B5F1BF00F12B28 /* WireGuard */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "Wireguard" */;
+ buildConfigurationList = 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */;
buildPhases = (
C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */,
4A4BAD0820B5F53900F12B28 /* Swiftlint */,
@@ -213,14 +219,14 @@
);
dependencies = (
);
- name = Wireguard;
+ name = WireGuard;
productName = Wireguard;
- productReference = 4A4BACE220B5F1BF00F12B28 /* Wireguard.app */;
+ productReference = 4A4BACE220B5F1BF00F12B28 /* WireGuard.app */;
productType = "com.apple.product-type.application";
};
- 4A4BACF520B5F1C100F12B28 /* WireguardTests */ = {
+ 4A4BACF520B5F1C100F12B28 /* WireGuardTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireguardTests" */;
+ buildConfigurationList = 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */;
buildPhases = (
4A4BACF220B5F1C100F12B28 /* Sources */,
4A4BACF320B5F1C100F12B28 /* Frameworks */,
@@ -231,9 +237,9 @@
dependencies = (
4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */,
);
- name = WireguardTests;
+ name = WireGuardTests;
productName = WireguardTests;
- productReference = 4A4BACF620B5F1C100F12B28 /* WireguardTests.xctest */;
+ productReference = 4A4BACF620B5F1C100F12B28 /* WireGuardTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* 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";
developmentRegion = en;
hasScannedForEncodings = 0;
@@ -268,8 +274,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
- 4A4BACE120B5F1BF00F12B28 /* Wireguard */,
- 4A4BACF520B5F1C100F12B28 /* WireguardTests */,
+ 4A4BACE120B5F1BF00F12B28 /* WireGuard */,
+ 4A4BACF520B5F1C100F12B28 /* WireGuardTests */,
);
};
/* End PBXProject section */
@@ -330,7 +336,7 @@
files = (
);
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}/AlamofireImage/AlamofireImage.framework",
"${BUILT_PRODUCTS_DIR}/BNRCoreDataStack/BNRCoreDataStack.framework",
@@ -355,7 +361,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
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;
};
C9A2E84E53AF419288C5C4BE /* [CP] Check Pods Manifest.lock */ = {
@@ -369,7 +375,7 @@
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-Wireguard-checkManifestLockResult.txt",
+ "$(DERIVED_FILE_DIR)/Pods-WireGuard-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
@@ -414,7 +420,7 @@
/* Begin PBXTargetDependency section */
4A4BACF820B5F1C100F12B28 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 4A4BACE120B5F1BF00F12B28 /* Wireguard */;
+ target = 4A4BACE120B5F1BF00F12B28 /* WireGuard */;
targetProxy = 4A4BACF720B5F1C100F12B28 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -555,18 +561,18 @@
};
4A4BAD0020B5F1C100F12B28 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 82069F3AE97A82448F990CFB /* Pods-Wireguard.debug.xcconfig */;
+ baseConfigurationReference = 25E2BE31A33C8CCE6E79B6EF /* Pods-WireGuard.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Wireguard/Info.plist;
+ INFOPLIST_FILE = WireGuard/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.Wireguard;
+ PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
@@ -576,18 +582,18 @@
};
4A4BAD0120B5F1C100F12B28 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = FB0ABC1036F5A16B24286D3C /* Pods-Wireguard.release.xcconfig */;
+ baseConfigurationReference = 0CE52E030FAA93F3BF5747B2 /* Pods-WireGuard.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Wireguard/Info.plist;
+ INFOPLIST_FILE = WireGuard/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.Wireguard;
+ PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuard;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
@@ -601,17 +607,17 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = WireguardTests/Info.plist;
+ INFOPLIST_FILE = WireGuardTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireguardTests;
+ PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Wireguard.app/Wireguard";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard";
};
name = Debug;
};
@@ -621,24 +627,24 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
- INFOPLIST_FILE = WireguardTests/Info.plist;
+ INFOPLIST_FILE = WireGuardTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireguardTests;
+ PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.ios.WireGuardTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Wireguard.app/Wireguard";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WireGuard.app/WireGuard";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "Wireguard" */ = {
+ 4A4BACDD20B5F1BF00F12B28 /* Build configuration list for PBXProject "WireGuard" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4A4BACFD20B5F1C100F12B28 /* Debug */,
@@ -647,7 +653,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "Wireguard" */ = {
+ 4A4BACFF20B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuard" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4A4BAD0020B5F1C100F12B28 /* Debug */,
@@ -656,7 +662,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireguardTests" */ = {
+ 4A4BAD0220B5F1C100F12B28 /* Build configuration list for PBXNativeTarget "WireGuardTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4A4BAD0320B5F1C100F12B28 /* Debug */,
diff --git a/Wireguard.xcworkspace/contents.xcworkspacedata b/Wireguard.xcworkspace/contents.xcworkspacedata
index 7a555e1..e9d7180 100644
--- a/Wireguard.xcworkspace/contents.xcworkspacedata
+++ b/Wireguard.xcworkspace/contents.xcworkspacedata
@@ -2,7 +2,7 @@
<Workspace
version = "1.0">
<FileRef
- location = "group:Wireguard.xcodeproj">
+ location = "group:WireGuard.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
diff --git a/Wireguard/AppDelegate.swift b/Wireguard/AppDelegate.swift
index 4c399e5..edbef11 100644
--- a/Wireguard/AppDelegate.swift
+++ b/Wireguard/AppDelegate.swift
@@ -1,9 +1,9 @@
//
// AppDelegate.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import UIKit
diff --git a/Wireguard/Coordinators/AppCoordinator.swift b/Wireguard/Coordinators/AppCoordinator.swift
index d1fd520..442a54f 100644
--- a/Wireguard/Coordinators/AppCoordinator.swift
+++ b/Wireguard/Coordinators/AppCoordinator.swift
@@ -1,9 +1,9 @@
//
// AppCoordinator.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
@@ -13,7 +13,7 @@ import BNRCoreDataStack
class AppCoordinator: RootViewCoordinator {
- let persistentContainer = NSPersistentContainer(name: "Wireguard")
+ let persistentContainer = NSPersistentContainer(name: "WireGuard")
let storyboard = UIStoryboard(name: "Main", bundle: nil)
// MARK: - Properties
diff --git a/Wireguard/Coordinators/Coordinator.swift b/Wireguard/Coordinators/Coordinator.swift
index d1075a3..147f160 100644
--- a/Wireguard/Coordinators/Coordinator.swift
+++ b/Wireguard/Coordinators/Coordinator.swift
@@ -1,9 +1,9 @@
//
// Coordinator.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
diff --git a/Wireguard/Coordinators/RootCoordinator.swift b/Wireguard/Coordinators/RootCoordinator.swift
index 0319fef..80a00ca 100644
--- a/Wireguard/Coordinators/RootCoordinator.swift
+++ b/Wireguard/Coordinators/RootCoordinator.swift
@@ -1,9 +1,9 @@
//
// RootCoordinator.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
diff --git a/Wireguard/Models/Address+CoreDataClass.swift b/Wireguard/Models/Address+CoreDataClass.swift
index 15dfa47..421decc 100644
--- a/Wireguard/Models/Address+CoreDataClass.swift
+++ b/Wireguard/Models/Address+CoreDataClass.swift
@@ -1,9 +1,9 @@
//
// Address+CoreDataClass.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Address+CoreDataProperties.swift b/Wireguard/Models/Address+CoreDataProperties.swift
index 35c09a9..63e21b4 100644
--- a/Wireguard/Models/Address+CoreDataProperties.swift
+++ b/Wireguard/Models/Address+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Address+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Interface+CoreDataProperties.swift b/Wireguard/Models/Interface+CoreDataProperties.swift
index af1de0a..c00886a 100644
--- a/Wireguard/Models/Interface+CoreDataProperties.swift
+++ b/Wireguard/Models/Interface+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Interface+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Profile+CoreDataClass.swift b/Wireguard/Models/Profile+CoreDataClass.swift
index ab7c2aa..073be66 100644
--- a/Wireguard/Models/Profile+CoreDataClass.swift
+++ b/Wireguard/Models/Profile+CoreDataClass.swift
@@ -1,9 +1,9 @@
//
// Profile+CoreDataClass.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/Models/Profile+CoreDataProperties.swift b/Wireguard/Models/Profile+CoreDataProperties.swift
index 91ed2b4..369d87c 100644
--- a/Wireguard/Models/Profile+CoreDataProperties.swift
+++ b/Wireguard/Models/Profile+CoreDataProperties.swift
@@ -1,9 +1,9 @@
//
// Profile+CoreDataProperties.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
//
diff --git a/Wireguard/ViewControllers/ConnectionsTableViewController.swift b/Wireguard/ViewControllers/ConnectionsTableViewController.swift
index 38c0955..bfd7942 100644
--- a/Wireguard/ViewControllers/ConnectionsTableViewController.swift
+++ b/Wireguard/ViewControllers/ConnectionsTableViewController.swift
@@ -1,9 +1,9 @@
//
// ConnectionsTableViewController.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import UIKit
diff --git a/Wireguard/ViewControllers/Identifyable.swift b/Wireguard/ViewControllers/Identifyable.swift
index 9312afe..43b2de0 100644
--- a/Wireguard/ViewControllers/Identifyable.swift
+++ b/Wireguard/ViewControllers/Identifyable.swift
@@ -1,9 +1,9 @@
//
// Identifyable.swift
-// Wireguard
+// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
diff --git a/WireguardTests/WireguardTests.swift b/WireguardTests/WireguardTests.swift
index 50448b6..16160e0 100644
--- a/WireguardTests/WireguardTests.swift
+++ b/WireguardTests/WireguardTests.swift
@@ -1,15 +1,15 @@
//
-// WireguardTests.swift
-// WireguardTests
+// WireGuardTests.swift
+// WireGuardTests
//
// Created by Jeroen Leenarts on 23-05-18.
-// Copyright © 2018 Wireguard. All rights reserved.
+// Copyright © 2018 WireGuard. All rights reserved.
//
import XCTest
-@testable import Wireguard
+@testable import WireGuard
-class WireguardTests: XCTestCase {
+class WireGuardTests: XCTestCase {
override func setUp() {
super.setUp()