aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-21 19:35:47 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:26 +0530
commitd02b0fd10ed7d499fff612dbe89a370fbe4052c1 (patch)
tree5594f22fb38a3b8943f675a32c0fb25c056a54c9 /WireGuard/WireGuard/Info.plist
parentOn-Demand: Add support for macOS-specific values (diff)
downloadwireguard-apple-d02b0fd10ed7d499fff612dbe89a370fbe4052c1.tar.xz
wireguard-apple-d02b0fd10ed7d499fff612dbe89a370fbe4052c1.zip
xcconfig: Make app id platform-specific
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index eb25ec5..9b7bc07 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -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>