aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-29 14:05:18 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-29 14:05:27 +0530
commitd01d46fde882fb3ed7b55bb6f11fc64b3cfee9c3 (patch)
tree997c52eb3a972bfdb3409b71fe8c7c8bb604871c /WireGuard/WireGuard
parentXcode: Add app groups capability (diff)
downloadwireguard-apple-d01d46fde882fb3ed7b55bb6f11fc64b3cfee9c3.tar.xz
wireguard-apple-d01d46fde882fb3ed7b55bb6f11fc64b3cfee9c3.zip
Info.plist: Add app group id for accessing from both the app and the network extension
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard')
-rw-r--r--WireGuard/WireGuard/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index 91b31dc..d2a5dea 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -120,5 +120,7 @@
</dict>
</dict>
</array>
+ <key>com.wireguard.ios.app_group_id</key>
+ <string>group.$(APP_ID)</string>
</dict>
</plist>