aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/WireGuard/UI/iOS/WireGuard.entitlements')
-rw-r--r--WireGuard/WireGuard/UI/iOS/WireGuard.entitlements14
1 files changed, 14 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements
new file mode 100644
index 0000000..b5bbc16
--- /dev/null
+++ b/WireGuard/WireGuard/UI/iOS/WireGuard.entitlements
@@ -0,0 +1,14 @@
+<?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.$(APP_ID_IOS)</string>
+ </array>
+</dict>
+</plist>