[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - sysui/desktop
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 16 13:37:51 UTC 2020
sysui/desktop/macosx/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 12fc7bd71e39dfab94485e9404dc0b24b699e23f
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 13:29:05 2020 +0300
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Wed Sep 16 15:37:14 2020 +0200
tdf#96725: Add LSHandlerRank for the recently added AppleWorks Document
When submitting for the App Store Apple enforces that each document
type in Info.plist has an LSHandlerRank.
Change-Id: I1f963cef31e87ed2176178754490a1e2194e4743
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102238
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102630
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index a40d1bf188df..a1bf34a8abda 100644
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1852,6 +1852,8 @@
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
+ <key>LSHandlerRank</key>
+ <string>Alternate</string>
</dict>
</array>
<key>CFBundleExecutable</key>
More information about the Libreoffice-commits
mailing list