diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-24 12:10:02 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-24 12:10:02 -0800 |
| commit | a4cbaea0b12b7dd42133b4bd14f1371f1000fcc0 (patch) | |
| tree | e09e601d0d41024e9ed8c49c2b2c53a996cb7297 /Hotline/Hotline.entitlements | |
| parent | e2eccde99075d2ca355a80bbbb7a3160d766b920 (diff) | |
New Preferences window on macOS with support for changing some basic moderation settings, plus username (finally) and user icon.1.0beta
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> |