aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-27 19:14:15 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:28 +0530
commit95415cd917f39295118236f70987e18cf53d5065 (patch)
treed0d746598548889283ae6a91c54997146cd8a347 /WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
parentmacOS: Fix WireGuardNetworkExtensionmacOS target (diff)
downloadwireguard-apple-95415cd917f39295118236f70987e18cf53d5065.tar.xz
wireguard-apple-95415cd917f39295118236f70987e18cf53d5065.zip
macOS: Fix WireGuardmacOS target
- Include non-UI code from iOS while building - Add run scripts - Move files to WireGuard/UI/macOS - Set Swift-Obj-C bridging header Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/UI/macOS/WireGuard.entitlements')
-rw-r--r--WireGuard/WireGuard/UI/macOS/WireGuard.entitlements10
1 files changed, 10 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements
new file mode 100644
index 0000000..f2ef3ae
--- /dev/null
+++ b/WireGuard/WireGuard/UI/macOS/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.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-only</key>
+ <true/>
+</dict>
+</plist>