From 4baa2f1e48969acf64139624cebc4929909d4906 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Fri, 1 May 2020 18:08:25 +0200 Subject: tdf#96725 Register AppleWorks document types in Info.plist Change-Id: I5e2a309409094da19f755cf82767097ad2990380 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93139 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- sysui/desktop/macosx/Info.plist.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'sysui') diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index bac0f9711a00..a40d1bf188df 100644 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -1833,6 +1833,26 @@ LSHandlerRank Alternate + + CFBundleTypeExtensions + + cwk + * + + CFBundleTypeName + AppleWorks Document + CFBundleTypeOSTypes + + CWWP + CWSS + CWDB + CWGR + CWPT + CWPR + + CFBundleTypeRole + Editor + CFBundleExecutable soffice -- cgit