diff options
| author | Shoubhit Dash <[email protected]> | 2026-03-05 17:13:21 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-05 05:43:21 -0600 |
| commit | 161734fb951541642fd7c6d4e20458542df18ee9 (patch) | |
| tree | 19eafa36909db2693aa4b7ccbd727e43e32cbaba /packages/desktop/src-tauri | |
| parent | 4e26b0aec7052b9daf1f1d26906198775cd3ad66 (diff) | |
| download | opencode-161734fb951541642fd7c6d4e20458542df18ee9.tar.gz opencode-161734fb951541642fd7c6d4e20458542df18ee9.zip | |
desktop: remove unnecessary macOS entitlements (#16161)
Diffstat (limited to 'packages/desktop/src-tauri')
| -rw-r--r-- | packages/desktop/src-tauri/entitlements.plist | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/desktop/src-tauri/entitlements.plist b/packages/desktop/src-tauri/entitlements.plist index 61d6c38ce..b61dc0222 100644 --- a/packages/desktop/src-tauri/entitlements.plist +++ b/packages/desktop/src-tauri/entitlements.plist @@ -12,19 +12,7 @@ <true/> <key>com.apple.security.cs.disable-library-validation</key> <true/> - <key>com.apple.security.automation.apple-events</key> - <true/> <key>com.apple.security.device.audio-input</key> <true/> - <key>com.apple.security.device.camera</key> - <true/> - <key>com.apple.security.personal-information.addressbook</key> - <true/> - <key>com.apple.security.personal-information.calendars</key> - <true/> - <key>com.apple.security.personal-information.location</key> - <true/> - <key>com.apple.security.personal-information.photos-library</key> - <true/> </dict> </plist> |
