apple: add camera entitlements

This commit is contained in:
Eric Warmenhoven 2025-03-03 22:46:26 -05:00
parent 58752d0755
commit c1806ff994
4 changed files with 10 additions and 2 deletions

View File

@ -60,6 +60,8 @@
<array>
<string>_ra_netplay._tcp</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Some cores are able to provide camera input to games.</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>

View File

@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
</dict>
</plist>

View File

@ -24,13 +24,15 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

View File

@ -81,6 +81,8 @@
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Some cores are able to provide camera input to games.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>RetroArch uses direct Bluetooth communication for some types of controllers</string>
<key>NSBluetoothPeripheralUsageDescription</key>