mirror of https://github.com/LIJI32/SameBoy.git
Add save to photos key in info.plist for GB camera pictures
This commit is contained in:
parent
e043279500
commit
7bf8145a91
|
@ -58,6 +58,8 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>SameBoy needs to access your device's camera to emulate the Game Boy Camera</string>
|
<string>SameBoy needs to access your device's camera to emulate the Game Boy Camera</string>
|
||||||
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||||
|
<string>SameBoy needs access to save Game Boy Printer images to your photo library</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
Loading…
Reference in New Issue