From c33cf18a2fa146560a6ec90e086f8ba3ff4eefbc Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Mon, 13 Aug 2018 00:10:02 +0530 Subject: [PATCH] Move App ID to Developer.xcconfig as well --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 2 -- WireGuard/WireGuard/Config/Developer.xcconfig.template | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index a6a23f1..fe63975 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -278,7 +278,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -295,7 +294,6 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.wireguard.WireGuard; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template index 5feef06..42cc57d 100644 --- a/WireGuard/WireGuard/Config/Developer.xcconfig.template +++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template @@ -2,3 +2,6 @@ // You Apple developer account's Team ID DEVELOPMENT_TEAM = + +// The bundle identifier of this app +PRODUCT_BUNDLE_IDENTIFIER =