aboutsummaryrefslogtreecommitdiff
path: root/dists/ios7
AgeCommit message (Collapse)Author
2019-09-23RELEASE: This is 2.2.0gitEugene Sandulenko
2019-04-02BUILD: Update logos and icons on portsMatan Bareket
2018-11-14IOS: Sync Info.plist.in and Info.plistCameron Cawley
2018-10-28IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵Yoshi Sugawara
have a "safe area" iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++. Support the "safe area" when redrawing the view to leave space for the notch in portrait and landscape orientations.
2018-09-10Fix launch on recent iOS device (iOS 11.4.1)Jonny Bergström
2017-11-30RELEASE: This is 2.1.0gitThierry Crozat
2017-11-21RELEASE: 1.10 will henceforth be known as 2.0Colin Snover
General consensus on the ML was that people wanted to do this. http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-02-13IOS: Adds support for iPadVincent Bénony
These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line.
2016-02-05RELEASE: This is 1.9.0gitEugene Sandulenko
2016-01-07IOS: Updates the splash screensVincent Bénony
2016-01-06IOS: Update the autotools template filesVincent Bénony
2016-01-06IOS: Adds iPhone 6/6+ launch screensVincent Bénony
2016-01-06IOS: Recommanded settings for Xcode 7.2Vincent Bénony
2016-01-06IOS: Avoid subclassing UIApplication, and handle multitaskingVincent Bénony
2016-01-06IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)Vincent Bénony
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones.