aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-13 06:25:43 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitdd672d3dacfbb7974add2f40d836e51535a339a1 (patch)
treee57469bdf434f2f995cd9ffb155728a6f9dfc36a /WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
parentUse APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIER (diff)
downloadwireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.tar.xz
wireguard-apple-dd672d3dacfbb7974add2f40d836e51535a339a1.zip
Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements')
-rw-r--r--WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements18
1 files changed, 18 insertions, 0 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
new file mode 100644
index 0000000..a4774c6
--- /dev/null
+++ b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.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.com.wireguard.ios</string>
+ </array>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$(AppIdentifierPrefix)com.wireguard.ios</string>
+ </array>
+</dict>
+</plist>