ios/Mobile/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0026cbb3557a2e9acda59c74f3c30225acc6315d
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Tue Apr 7 20:47:15 2020 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Apr 7 21:05:19 2020 +0200

    Revert "Force portrait for the moment also for iPhone in the iOS app"
    
    Landscape is supposedly working fine now.
    
    This reverts commit d474f060409328c1f40c63074396b1bc579de72e.
    
    Change-Id: I28e6d521ee0c4906e07b99b8cc6c24761b20f2b3
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91849
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    (cherry picked from commit 61ad718671b7a317573017120ce9ff9e664d868c)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91721
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index c5b9ea0df..b210255bf 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -430,6 +430,8 @@
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
     <key>UISupportedInterfaceOrientations~ipad</key>
     <array>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to