From bce2e182f1036ab2c438c48e0f499a2ae5d86800 Mon Sep 17 00:00:00 2001 From: fredrossperry Date: Thu, 10 Dec 2015 17:51:36 -0800 Subject: muPDF iOS app: add bitcode and UIRequiresFullScreen Starting with Xcode 7, bit code is enabled by default. This change enables it in the static libraries that are linked, by adding the appropriate compiler switch. Also added UIRequiresFullScreen to the plist; this seems to have no ill effect when uing XCode 6. --- platform/ios/Info.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/ios/Info.plist') diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index 70ed2cff..757fc8a7 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -93,6 +93,8 @@ armv7 + UIRequiresFullScreen + UIStatusBarHidden UISupportedInterfaceOrientations -- cgit v1.2.3