aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-06-22 08:23:39 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-06-22 08:23:39 +0200
commitf30f0d1a7bcdfa65058cfe0d0571c1add11953da (patch)
tree99c5ac92d36bac58fa9f0119ad817f56c24d7e11 /WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
parentGenerate fat archive (diff)
downloadwireguard-apple-f30f0d1a7bcdfa65058cfe0d0571c1add11953da.tar.xz
wireguard-apple-f30f0d1a7bcdfa65058cfe0d0571c1add11953da.zip
Objective-C wrapper around WireguardGo.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements14
1 files changed, 14 insertions, 0 deletions
diff --git a/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
new file mode 100644
index 0000000..43e2a4d
--- /dev/null
+++ b/WireGuardNetworkExtension/WireGuardNetworkExtension.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.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>