libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
9.82k stars 1.78k forks source link

ios11 comparability #15280

Open yakuv0 opened 1 year ago

yakuv0 commented 1 year ago

First and foremost consider this:

Description

mentioned on site ipa compatible as of ios11+ , is it just the buildbot or it’s actually requires ios13?!

Expected behavior

ipa sideload

Actual behavior

requires minimum ios13

Environment information

warmenhoven commented 1 year ago

The builds that come off the buildbot require ios13, and have since October 2022. The docs are quite out of date and should be updated to reflect this. There are features in that build to support mouse/keyboard emulation (e.g. for dosbox) that require ios13. However, there is still the RetroArch_iOS11 Xcode project file that still supports iOS 11, just without those iOS 13 features. It's just not built by the buildbot anymore. Also, the _iOS9 Xcode project is still built by the buildbot; though I believe that one does have a still further reduced feature set. I'm pretty sure the _iOS6 Xcode project can still be built as well, if you can find a version of Xcode old enough to support it.