aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.entitlements
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/WireGuard.entitlements')
-rw-r--r--WireGuard/WireGuard.entitlements18
1 files changed, 18 insertions, 0 deletions
diff --git a/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard.entitlements
new file mode 100644
index 0000000..860ee4e
--- /dev/null
+++ b/WireGuard/WireGuard.entitlements
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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.developer.networking.networkextension</key>
+ <array>
+ <string>packet-tunnel-provider</string>
+ </array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.appforce1.com.wireguard.ios.WireGuard</string>
+ </array>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$(AppIdentifierPrefix)appforce1.com.wireguard.ios.WireGuard</string>
+ </array>
+</dict>
+</plist>