[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - ios/Mobile
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 4 13:03:27 UTC 2019
ios/Mobile/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2990203dff05f977dfdc77b493deca051b54ca79
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 14:03:09 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>
diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index 66f4bd375..c8c51c85f 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -409,6 +409,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