aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/WireGuard.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-13 00:26:09 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit6fe8b8dbe44fb8b3cdf26ceb32ff8cb46c476599 (patch)
treeed50c8fe83a1e9ad633199042057157f0bd1c018 /WireGuard/WireGuard/WireGuard.entitlements
parentMove App ID to Developer.xcconfig as well (diff)
downloadwireguard-apple-6fe8b8dbe44fb8b3cdf26ceb32ff8cb46c476599.tar.xz
wireguard-apple-6fe8b8dbe44fb8b3cdf26ceb32ff8cb46c476599.zip
Enable Network Extensions capability
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/WireGuard.entitlements10
1 files changed, 10 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/WireGuard.entitlements b/WireGuard/WireGuard/WireGuard.entitlements
new file mode 100644
index 0000000..ffab33e
--- /dev/null
+++ b/WireGuard/WireGuard/WireGuard.entitlements
@@ -0,0 +1,10 @@
+<?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>
+</dict>
+</plist>