summaryrefslogtreecommitdiffstats
path: root/ios/LibreOfficeLight
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-01-22 12:44:57 +0100
committerjan Iversen <jani@libreoffice.org>2018-01-24 07:58:56 +0100
commite0e19de6eccf83caa82013ca2fefbfcc114816a0 (patch)
treee14ddf1122a54ec5b16b0ce6d3380253e6ea9bc8 /ios/LibreOfficeLight
parentloplugin:useuniqueptr in OOo2OasisTransformer (diff)
downloadcore-e0e19de6eccf83caa82013ca2fefbfcc114816a0.tar.gz
core-e0e19de6eccf83caa82013ca2fefbfcc114816a0.zip
iOS, allow orientations for all devices
Info.plist is no longer limited to ipad Change-Id: Ibe807183fab7e2820e5234fa7fa773fda2c32926
Diffstat (limited to 'ios/LibreOfficeLight')
-rwxr-xr-xios/LibreOfficeLight/LibreOfficeLight/Info.plist2
1 files changed, 1 insertions, 1 deletions
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>