summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorMarkus Keller <markus.kell.r@gmail.com>2020-05-01 18:08:25 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-16 09:20:35 +0200
commit707bd46798c0c17e227d4c1daa229e7f259bb9e5 (patch)
tree558e9c75356e4ee2ba6bf8b4880453d0752a0376 /sysui
parentdd046d74f25bd056f2d62cfce4f749cb74a7c903 (diff)
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 <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 4baa2f1e48969acf64139624cebc4929909d4906) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95239 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/Info.plist.in20
1 files changed, 20 insertions, 0 deletions
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 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>cwk</string>
+ <string>*</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>AppleWorks Document</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>CWWP</string>
+ <string>CWSS</string>
+ <string>CWDB</string>
+ <string>CWGR</string>
+ <string>CWPT</string>
+ <string>CWPR</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
</array>
<key>CFBundleExecutable</key>
<string>soffice</string>