From 02d431279c59a4be8e2d01d5605a3c5e41666b01 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Sep 2020 13:29:05 +0300 Subject: 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 --- sysui/desktop/macosx/Info.plist.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysui') 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 @@ CFBundleTypeRole Editor + LSHandlerRank + Alternate CFBundleExecutable -- cgit on value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák