aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-21 23:16:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-21 23:17:08 +0100
commit4e2f4e71246568aace7fe016d49c8cbaf1d0cfd2 (patch)
tree45a18dfa0ab3a4a9a3daf9004c3ff6d8c211e75a /WireGuard
parentmacOS: Tunnel edit: Clean up error handling when saving (diff)
downloadwireguard-apple-4e2f4e71246568aace7fe016d49c8cbaf1d0cfd2.tar.xz
wireguard-apple-4e2f4e71246568aace7fe016d49c8cbaf1d0cfd2.zip
XCode: set default signing identity back
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj10
1 files changed, 7 insertions, 3 deletions
diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj
index 943f5a9..18f0935 100644
--- a/WireGuard/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj
@@ -312,7 +312,7 @@
6FF3526B21C23F960008484E /* ringlogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ringlogger.h; sourceTree = "<group>"; };
6FF3526C21C23F960008484E /* ringlogger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ringlogger.c; sourceTree = "<group>"; };
6FF3526E21C23FA10008484E /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
- 6FF4AC14211EC46F002C96EB /* WireGuardiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = WireGuardiOS.app; path = WireGuard.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6FF4AC14211EC46F002C96EB /* WireGuard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WireGuard.app; sourceTree = BUILT_PRODUCTS_DIR; };
6FF4AC1E211EC472002C96EB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6FF4AC21211EC472002C96EB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6FF4AC23211EC472002C96EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -605,7 +605,7 @@
6FF4AC15211EC46F002C96EB /* Products */ = {
isa = PBXGroup;
children = (
- 6FF4AC14211EC46F002C96EB /* WireGuardiOS.app */,
+ 6FF4AC14211EC46F002C96EB /* WireGuard.app */,
6F5D0C1A218352EF000F85AD /* WireGuardNetworkExtensioniOS.appex */,
6FB1BD5D21D2607A00A991BF /* WireGuard.app */,
6FB1BD9121D4BFE600A991BF /* WireGuardNetworkExtensionmacOS.appex */,
@@ -756,7 +756,7 @@
);
name = WireGuardiOS;
productName = WireGuard;
- productReference = 6FF4AC14211EC46F002C96EB /* WireGuardiOS.app */;
+ productReference = 6FF4AC14211EC46F002C96EB /* WireGuard.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@@ -1277,6 +1277,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension_iOS.entitlements;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@@ -1297,6 +1298,7 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = WireGuardNetworkExtension/WireGuardNetworkExtension_iOS.entitlements;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = WireGuardNetworkExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@@ -1553,6 +1555,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -1568,6 +1571,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",