aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-13 00:42:16 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit5776523bd28d545e26131928c18c6628292ffa50 (patch)
treefc1cfe20999dee6c7267b95f50d28adc6301f0fa /WireGuard/WireGuard/Config
parentEnable Network Extensions capability (diff)
downloadwireguard-apple-5776523bd28d545e26131928c18c6628292ffa50.tar.xz
wireguard-apple-5776523bd28d545e26131928c18c6628292ffa50.zip
Use APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIER
This is required because when we add an app extension to the project, there will be two PRODUCT_BUNDLE_IDENTIFIER fields in our project file, so we cannot use xcconfig to set that key directly. Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Config')
-rw-r--r--WireGuard/WireGuard/Config/Developer.xcconfig.template6
1 files changed, 4 insertions, 2 deletions
diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template
index 42cc57d..961699a 100644
--- a/WireGuard/WireGuard/Config/Developer.xcconfig.template
+++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template
@@ -3,5 +3,7 @@
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>
-// The bundle identifier of this app
-PRODUCT_BUNDLE_IDENTIFIER = <app_id>
+// The bundle identifier of this app.
+// Should be an app id created at developer.apple.com
+// with Network Extensions capabilty.
+APP_ID = <app_id>