aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard.entitlements
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard.entitlements18
1 files changed, 0 insertions, 18 deletions
diff --git a/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard.entitlements
deleted file mode 100644
index a4774c6..0000000
--- a/WireGuard/WireGuard.entitlements
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>