aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-28 00:33:31 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commitd7d4355f5efa9c78d721392c4d7d6474105f29c8 (patch)
tree89b338d97b44499a08a407f4bb8536ea16b55f2a /WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
parentmacOS: Add Network Extensions capability to app (diff)
downloadwireguard-apple-d7d4355f5efa9c78d721392c4d7d6474105f29c8.tar.xz
wireguard-apple-d7d4355f5efa9c78d721392c4d7d6474105f29c8.zip
Make app groups work on both iOS and macOS
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/macOS/WireGuard.entitlements')
-rw-r--r--WireGuard/WireGuard/UI/macOS/WireGuard.entitlements4
1 files changed, 4 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
index 90b496c..fd5bd28 100644
--- a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
+++ b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
@@ -8,6 +8,10 @@
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
+ </array>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>