aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
diff options
context:
space:
mode:
authorJeroen Leenarts <jeroen.leenarts@gmail.com>2018-08-27 22:32:47 +0200
committerJeroen Leenarts <jeroen.leenarts@gmail.com>2018-08-27 22:32:47 +0200
commit2e9a12c63f0c92a29662b0c65c1ea1c229f6161c (patch)
treecc56321636ccd8bf19c409b1b13ab56b7a420ea0 /WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
parentSelect correct IP version identifier based on packet contents. (diff)
downloadwireguard-apple-2e9a12c63f0c92a29662b0c65c1ea1c229f6161c.tar.xz
wireguard-apple-2e9a12c63f0c92a29662b0c65c1ea1c229f6161c.zip
Initial merge of rc's work.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements4
1 files changed, 2 insertions, 2 deletions
diff --git a/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
index 001f478..fe37273 100644
--- a/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
+++ b/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements
@@ -8,11 +8,11 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
- <string>group.com.wireguard.ios.WireGuard</string>
+ <string>group.appforce1.test.com.wireguard.ios.WireGuard</string>
</array>
<key>keychain-access-groups</key>
<array>
- <string>$(AppIdentifierPrefix)com.wireguard.ios.WireGuard</string>
+ <string>$(AppIdentifierPrefix)appforce1.test.com.wireguard.ios.WireGuard</string>
</array>
</dict>
</plist>