summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorMarkus Keller <markus.kell.r@gmail.com>2020-05-01 18:08:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-01 09:12:56 +0200
commit4baa2f1e48969acf64139624cebc4929909d4906 (patch)
treec33c580cda75c0779982896cbaeec38d698b37cc /sysui
parent54669d9fcc9d51c561108b512717698cff9320af (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>
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>