Skip to content

Commit

Permalink
Enable read/write access outside of app sandbox
Browse files Browse the repository at this point in the history
This seems to fix the crash
  • Loading branch information
fwcd committed Feb 19, 2023
1 parent b656e88 commit 1f02a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MiniSlice/MiniSlice/MiniSlice.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!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.user-selected.read-only</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>

0 comments on commit 1f02a86

Please sign in to comment.