Add audio input and camera permissions to entitlements (#7117)

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
pull/6155/head^2
Saeed Vaziry 2026-01-07 10:56:46 +01:00 committed by GitHub
parent 2b7a021ba3
commit 24c933ae60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -12,5 +12,18 @@
<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>
</dict>
</plist>