diff options
author | 2018-12-27 19:27:59 +0530 | |
---|---|---|
committer | 2019-01-14 14:52:28 +0530 | |
commit | c8cd663a05e2363cccd974520e8d8b2535f127ee (patch) | |
tree | e792037a4a2742d6bf62dc64ddc7a05b8b9c4e2b /WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements | |
parent | iOS: Fix WireGuardiOS target (diff) | |
download | wireguard-apple-c8cd663a05e2363cccd974520e8d8b2535f127ee.tar.xz wireguard-apple-c8cd663a05e2363cccd974520e8d8b2535f127ee.zip |
iOS: Fix WireGuardNetworkExtensioniOS target
- Rename WireGuardNetworkExtension.entitlements to WireGuardNetworkExtension_iOS.entitlements
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements')
-rw-r--r-- | WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements b/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements deleted file mode 100644 index b5bbc16..0000000 --- a/WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension.entitlements +++ /dev/null @@ -1,14 +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.$(APP_ID_IOS)</string> - </array> -</dict> -</plist> |