mirror of https://github.com/LIJI32/SameBoy.git
Merge pull request #709 from joshrad-dev/master
Add ability to save to photos on iOS
This commit is contained in:
commit
33d237706e
|
@ -58,6 +58,8 @@
|
|||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<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>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in New Issue