aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-27 19:53:15 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commit55d6961a2f21300d3199e548cbfa18dba232d94e (patch)
treeeb404f75a6cd7a33c69b796bf5ec5bab7b1fc5a8 /WireGuard/WireGuard/UI
parentiOS: Fix WireGuardNetworkExtensioniOS target (diff)
downloadwireguard-apple-55d6961a2f21300d3199e548cbfa18dba232d94e.tar.xz
wireguard-apple-55d6961a2f21300d3199e548cbfa18dba232d94e.zip
macOS: Add Network Extensions capability to app
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/macOS/WireGuard.entitlements12
1 files changed, 8 insertions, 4 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
index f2ef3ae..90b496c 100644
--- a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
+++ b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
@@ -2,9 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <key>com.apple.security.files.user-selected.read-only</key>
- <true/>
+ <key>com.apple.developer.networking.networkextension</key>
+ <array>
+ <string>packet-tunnel-provider</string>
+ </array>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-only</key>
+ <true/>
</dict>
</plist>