diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-22 11:24:34 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-22 11:26:39 +0100 |
commit | 331b971e7b239f3cd5d619f653d6d694295e0826 (patch) | |
tree | f685569e55aefac56598ee93018c0670bc6c556b /ios/LibreOfficeLight | |
parent | de1bb0878fc7d7eb6071ec94d770712648013075 (diff) |
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
Diffstat (limited to 'ios/LibreOfficeLight')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme | 1 | ||||
-rwxr-xr-x | ios/LibreOfficeLight/LibreOfficeLight/Info.plist | 9 |
2 files changed, 2 insertions, 8 deletions
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> |