aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-13 00:10:02 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commite2022d3e0022cc2cf2895f257b61d1d0f4e423c4 (patch)
tree535a55fdec364e451caa87fb8c34ba95e42f427e /WireGuard
parentRemove storyboard and create UI from code (diff)
downloadwireguard-apple-e2022d3e0022cc2cf2895f257b61d1d0f4e423c4.tar.xz
wireguard-apple-e2022d3e0022cc2cf2895f257b61d1d0f4e423c4.zip
Move App ID to Developer.xcconfig as well
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj2
-rw-r--r--WireGuard/WireGuard/Config/Developer.xcconfig.template3
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 = <team_id>
+
+// The bundle identifier of this app
+PRODUCT_BUNDLE_IDENTIFIER = <app_id>