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>
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index bac0f97..a40d1bf 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>