diff options
Diffstat (limited to 'macOS/Ether/Ether.entitlements')
-rw-r--r-- | macOS/Ether/Ether.entitlements | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macOS/Ether/Ether.entitlements b/macOS/Ether/Ether.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/macOS/Ether/Ether.entitlements | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | <plist version="1.0"> | ||
4 | <dict> | ||
5 | <key>com.apple.security.app-sandbox</key> | ||
6 | <true/> | ||
7 | <key>com.apple.security.files.user-selected.read-only</key> | ||
8 | <true/> | ||
9 | </dict> | ||
10 | </plist> | ||