From 4e2f4e71246568aace7fe016d49c8cbaf1d0cfd2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 21 Jan 2019 23:16:31 +0100 Subject: XCode: set default signing identity back Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'WireGuard/WireGuard.xcodeproj/project.pbxproj') 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 = ""; }; 6FF3526C21C23F960008484E /* ringlogger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ringlogger.c; sourceTree = ""; }; 6FF3526E21C23FA10008484E /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; - 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 = ""; }; 6FF4AC21211EC472002C96EB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 6FF4AC23211EC472002C96EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -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)", -- cgit v1.2.3-59-g8ed1b