Skip to content

Commit 1f02a86

Browse files
committed
Enable read/write access outside of app sandbox
This seems to fix the crash
1 parent b656e88 commit 1f02a86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MiniSlice/MiniSlice/MiniSlice.entitlements

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
7-
<key>com.apple.security.files.user-selected.read-only</key>
8-
<true/>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
<key>com.apple.security.files.user-selected.read-write</key>
8+
<true/>
99
</dict>
1010
</plist>

0 commit comments

Comments
 (0)