Eugene Sandulenko
41b49444b6
RELEASE: This is 2.2.0git
2019-09-23 00:12:30 +02:00
Yoshi Sugawara
b4bad9100a
IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that 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-10-28 17:16:06 +00:00
Jonny Bergström
4d36385ccb
Fix launch on recent iOS device (iOS 11.4.1)
2018-09-10 12:20:56 +02:00
Thierry Crozat
cd7e6cd31c
RELEASE: This is 2.1.0git
2017-11-30 00:13:10 +00:00
Colin Snover
c13defd661
RELEASE: 1.10 will henceforth be known as 2.0
...
General consensus on the ML was that people wanted to do this.
http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html
2017-11-21 15:26:52 -06:00
Eugene Sandulenko
53790e7497
RELEASE: This is 1.10.0git
2016-09-26 20:57:54 +02:00
Vincent Bénony
d1c0a1f8e5
IOS: Adds support for iPad
...
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-13 17:00:53 +02:00
Eugene Sandulenko
0930018045
RELEASE: This is 1.9.0git
2016-02-05 23:31:25 +01:00
Vincent Bénony
e9378ccf3e
IOS: Avoid subclassing UIApplication, and handle multitasking
2016-01-06 16:17:35 +01:00
Vincent Bénony
638dc113f8
IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
...
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
2016-01-06 16:17:33 +01:00