Commit d0d2893
committed
Fix: Add required entitlements for file access
The app was crashing with REPORT_APP_ENTITLEMENTS_INSUFFICIENT when
trying to open file/folder dialogs from the Welcome screen.
Added necessary entitlements:
- com.apple.security.app-sandbox: Enable App Sandbox
- com.apple.security.files.user-selected.read-write: Allow user-selected file access
- com.apple.security.files.bookmarks.app-scope: Allow bookmark persistence
- com.apple.security.network.client: Enable network access for extensions/LSP
This resolves the crash when clicking "Open File or Folder" button.1 parent 0de7f93 commit d0d2893
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
| |||
0 commit comments