git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 6c613d3b0ca4869188f194eb1170b65dde9d56f6
parent 302eaf6ecad56273bf8f4ad440464c21637d2e46
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 25 May 2024 18:20:16 +0300

Update info.plist from the App Store version

Diffstat:
MiOS/Info.plist19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/iOS/Info.plist b/iOS/Info.plist @@ -174,5 +174,24 @@ <integer>1</integer> <integer>2</integer> </array> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>iPhoneOS</string> + </array> + <key>UIRequiredDeviceCapabilities</key> + <array> + <string>arm64</string> + </array> + <key>UIRequiresFullScreen</key> + <true/> + <key>GCSupportedGameControllers</key> + <array> + <dict> + <key>ProfileName</key> + <string>ExtendedGamepad</string> + </dict> + </array> + <key>GCSupportsControllerUserInteraction</key> + <true/> </dict> </plist>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.