[Libreoffice-commits] online.git: ios/Mobile

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 4 14:24:40 UTC 2019


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

New commits:
commit 0c9bc2159b2d81de2981444bb14024f507f664c5
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Nov 4 14:06:07 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Nov 4 15:24:22 2019 +0100

    Add LSSupportsOpeningDocumentsInPlace
    
    Probably a good idea, although doesn't seem to have much effect? At
    least not on tdf#128577.
    
    Change-Id: I7b66a2e9ba44bd4cef583c0861883edfae11eb1d
    Reviewed-on: https://gerrit.libreoffice.org/82006
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>
    (cherry picked from commit 2990203dff05f977dfdc77b493deca051b54ca79)
    Reviewed-on: https://gerrit.libreoffice.org/82020

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index ecf7bf642..5d4a759ba 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -417,6 +417,8 @@
     <true/>
     <key>UIFileSharingEnabled</key>
     <true/>
+    <key>LSSupportsOpeningDocumentsInPlace</key>
+    <true/>
     <key>UILaunchStoryboardName</key>
     <string>LaunchScreen</string>
     <key>UIMainStoryboardFile</key>


More information about the Libreoffice-commits mailing list