[Libreoffice-commits] core.git: ios/LibreOfficeLight

jan Iversen jani at libreoffice.org
Wed Jan 24 06:59:24 UTC 2018


 ios/LibreOfficeLight/LibreOfficeLight/Info.plist |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0e19de6eccf83caa82013ca2fefbfcc114816a0
Author: jan Iversen <jani at libreoffice.org>
Date:   Mon Jan 22 12:44:57 2018 +0100

    iOS, allow orientations for all devices
    
    Info.plist is no longer limited to ipad
    
    Change-Id: Ibe807183fab7e2820e5234fa7fa773fda2c32926

diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
index b999d30f8cfd..8e26191c6a76 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
+++ b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
@@ -406,7 +406,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string>
 	</array>
 	<key>UIRequiresFullScreen</key>
 	<false/>
-	<key>UISupportedInterfaceOrientations~ipad</key>
+	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 		<string>UIInterfaceOrientationPortrait</string>


More information about the Libreoffice-commits mailing list