Skip to content

Commit

Permalink
Add download folder permission to read-write file
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetchoudhary committed Jul 31, 2022
1 parent 20dbbd1 commit a295d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppBox/AppBox.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<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-write</key>
<true/>
<key>com.apple.security.network.client</key>
Expand Down

0 comments on commit a295d18

Please sign in to comment.