aboutsummaryrefslogtreecommitdiff
path: root/dists/ios7/Info.plist
diff options
context:
space:
mode:
authorYoshi Sugawara2018-10-11 17:09:44 -1000
committerThierry Crozat2018-10-28 17:16:06 +0000
commitb4bad9100a07266b38a0adaa2efa597b362f027f (patch)
tree429cc8400bc1e5d14da4e72245f0467a9a9fe461 /dists/ios7/Info.plist
parentd4087d790222484465de8c2dd4ed1be5e178d22e (diff)
downloadscummvm-rg350-b4bad9100a07266b38a0adaa2efa597b362f027f.tar.gz
scummvm-rg350-b4bad9100a07266b38a0adaa2efa597b362f027f.tar.bz2
scummvm-rg350-b4bad9100a07266b38a0adaa2efa597b362f027f.zip
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.
Diffstat (limited to 'dists/ios7/Info.plist')
-rw-r--r--dists/ios7/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist
index 617c4993e9..ab408fdae6 100644
--- a/dists/ios7/Info.plist
+++ b/dists/ios7/Info.plist
@@ -24,6 +24,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1.0git</string>
+ <key>LSSupportsOpeningDocumentsInPlace</key>
+ <true/>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIDeviceFamily</key>