We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656e88 commit 1f02a86Copy full SHA for 1f02a86
MiniSlice/MiniSlice/MiniSlice.entitlements
@@ -2,9 +2,9 @@
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
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-write</key>
9
</dict>
10
</plist>
0 commit comments