diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-09-08 13:29:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-09-08 22:42:53 +0200 |
commit | 02d431279c59a4be8e2d01d5605a3c5e41666b01 (patch) | |
tree | 4b38a2865ce42f72a38e4bfb74e6f779d5ca4eea /sysui | |
parent | a3ca36086bdc69e4e3da41cd1d41e9d5228b06b6 (diff) |
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@collabora.com>
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/macosx/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
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> |