aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Info.plist
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/WireGuardNetworkExtension/Info.plist
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/WireGuardNetworkExtension/Info.plist')
-rw-r--r--WireGuard/WireGuardNetworkExtension/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/Info.plist b/WireGuard/WireGuardNetworkExtension/Info.plist
index cc71059..9ae0ccb 100644
--- a/WireGuard/WireGuardNetworkExtension/Info.plist
+++ b/WireGuard/WireGuardNetworkExtension/Info.plist
@@ -27,5 +27,7 @@
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
</dict>
+ <key>com.wireguard.ios.app_group_id</key>
+ <string>group.$(APP_ID)</string>
</dict>
</plist>