diff options
Diffstat (limited to 'Hotline/Hotline.entitlements')
| -rw-r--r-- | Hotline/Hotline.entitlements | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Hotline/Hotline.entitlements b/Hotline/Hotline.entitlements new file mode 100644 index 0000000..1ec315d --- /dev/null +++ b/Hotline/Hotline.entitlements @@ -0,0 +1,14 @@ +<?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.downloads.read-write</key> + <true/> + <key>com.apple.security.files.user-selected.read-only</key> + <true/> + <key>com.apple.security.network.client</key> + <true/> +</dict> +</plist> |