xcconfig: Make app id platform-specific

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-11-21 19:35:47 +05:30
parent 09d7a5229a
commit d02b0fd10e
6 changed files with 10 additions and 10 deletions
@@ -3,7 +3,7 @@
// You Apple developer account's Team ID
DEVELOPMENT_TEAM = <team_id>
// The bundle identifier of this app.
// The bundle identifier of the iOS app.
// Should be an app id created at developer.apple.com
// with Network Extensions capabilty.
APP_ID = <app_id>
APP_ID_IOS = <app_id>
+1 -1
View File
@@ -123,6 +123,6 @@
</dict>
</array>
<key>com.wireguard.ios.app_group_id</key>
<string>group.$(APP_ID)</string>
<string>group.$(APP_ID_IOS)</string>
</dict>
</plist>
+1 -1
View File
@@ -8,7 +8,7 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.$(APP_ID)</string>
<string>group.$(APP_ID_IOS)</string>
</array>
</dict>
</plist>