From b4bad9100a07266b38a0adaa2efa597b362f027f Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Thu, 11 Oct 2018 17:09:44 -1000 Subject: 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. --- dists/ios7/Info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dists/ios7/Info.plist') 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 @@ ???? CFBundleVersion 2.1.0git + LSSupportsOpeningDocumentsInPlace + UIApplicationExitsOnSuspend UIDeviceFamily -- cgit v1.2.3