aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config
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/WireGuard/Config
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/WireGuard/Config')
-rw-r--r--WireGuard/WireGuard/Config/Developer.xcconfig.template3
1 files changed, 3 insertions, 0 deletions
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>