[Libreoffice-commits] core.git: sysui/desktop
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 20:43:32 UTC 2020
sysui/desktop/macosx/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 02d431279c59a4be8e2d01d5605a3c5e41666b01
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 13:29:05 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Sep 8 22:42:53 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>
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index a87895078135..f1ce15a5c83e 100644
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1914,6 +1914,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