aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-29 12:01:45 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-29 12:01:45 +0530
commita3bc306b6e0b881a9dc0187d8bc23240de16f2c4 (patch)
treebb6e9c973e2915fc369d14528ea791cfed06de73 /WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
parentIt's 'WiFi', not 'Wifi' (diff)
downloadwireguard-apple-a3bc306b6e0b881a9dc0187d8bc23240de16f2c4.tar.xz
wireguard-apple-a3bc306b6e0b881a9dc0187d8bc23240de16f2c4.zip
Xcode: Add app groups capability
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements')
-rw-r--r--WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
index ffab33e..4f46373 100644
--- a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
+++ b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
@@ -6,5 +6,9 @@
<array>
<string>packet-tunnel-provider</string>
</array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.$(APP_ID)</string>
+ </array>
</dict>
</plist>