mirror of https://github.com/mgba-emu/mgba.git
macOS: Declare camera usage in Info.plist
This commit is contained in:
parent
5bf048e380
commit
fd0f24d01e
|
@ -32,6 +32,8 @@
|
|||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Only used when Game Boy Camera is selected and a physical camera is set</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in New Issue