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

jan Iversen jani at libreoffice.org
Mon Jan 22 10:27:17 UTC 2018


 ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme |    1 -
 ios/LibreOfficeLight/LibreOfficeLight/Info.plist                                          |    9 ++-------
 2 files changed, 2 insertions(+), 8 deletions(-)

New commits:
commit 331b971e7b239f3cd5d619f653d6d694295e0826
Author: jan Iversen <jani at libreoffice.org>
Date:   Mon Jan 22 11:24:34 2018 +0100

    iOS, performance update
    
    Set SAL_LOG to empty in SIMULATOR scheme, allowing to easy add
    +WARN+INFO when testing.
    
    Removed duplicate entry in Info.plist
    
    Change-Id: I7d0231b0c30fd710e578f91b450c3c16696deb08

diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
index ea2830f52976..949407de5d96 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
+++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme
@@ -66,7 +66,6 @@
       <EnvironmentVariables>
          <EnvironmentVariable
             key = "SAL_LOG"
-            value = "+INFO+WARN"
             isEnabled = "YES">
          </EnvironmentVariable>
       </EnvironmentVariables>
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
index e8c48f1789c3..b999d30f8cfd 100755
--- a/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
+++ b/ios/LibreOfficeLight/LibreOfficeLight/Info.plist
@@ -406,13 +406,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string>
 	</array>
 	<key>UIRequiresFullScreen</key>
 	<false/>
-	<key>UISupportedInterfaceOrientations</key>
-	<array>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
-		<string>UIInterfaceOrientationPortrait</string>
-	</array>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<array>
 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
@@ -420,6 +413,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.</string>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>UISupportsDocumentBrowser</key>
+	<true/>
 	<key>UTExportedTypeDeclarations</key>
 	<array>
 		<dict>


More information about the Libreoffice-commits mailing list