Skip to content

Commit

Permalink
Adds the missing entitlement to open/save patch files outside of the …
Browse files Browse the repository at this point in the history
…app sandbox. This is needed for the open & save dialogs to work as before.
  • Loading branch information
axmonti committed Jul 15, 2021
1 parent d49ead2 commit 45bdbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIDI Patchbay.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<dict>
<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 45bdbb5

Please sign in to comment.