aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Config/Developer.xcconfig.template
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-03 13:47:42 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-03 13:47:42 +0100
commit3c61db3a2187e94a1c624f5ca47e9dd653f35a1b (patch)
tree7be62a57904d6831ca7a7a7bd0e9149052f56d0f /WireGuard/WireGuard/Config/Developer.xcconfig.template
parentiOS: SwitchCell should hold the observation token (diff)
downloadwireguard-apple-3c61db3a2187e94a1c624f5ca47e9dd653f35a1b.tar.xz
wireguard-apple-3c61db3a2187e94a1c624f5ca47e9dd653f35a1b.zip
Config: Add template for macOS key
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard/WireGuard/Config/Developer.xcconfig.template')
-rw-r--r--WireGuard/WireGuard/Config/Developer.xcconfig.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Config/Developer.xcconfig.template b/WireGuard/WireGuard/Config/Developer.xcconfig.template
index 816d47c..f34b145 100644
--- a/WireGuard/WireGuard/Config/Developer.xcconfig.template
+++ b/WireGuard/WireGuard/Config/Developer.xcconfig.template
@@ -3,7 +3,8 @@
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>
-// The bundle identifier of the iOS app.
+// The bundle identifier of the apps.
// Should be an app id created at developer.apple.com
// with Network Extensions capabilty.
APP_ID_IOS = <app_id>
+APP_ID_MACOS = <app_id>