[Libreoffice-commits] core.git: sysui/desktop

Markus Keller (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 1 07:13:39 UTC 2020


 sysui/desktop/macosx/Info.plist.in |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

New commits:
commit 4baa2f1e48969acf64139624cebc4929909d4906
Author:     Markus Keller <markus.kell.r at gmail.com>
AuthorDate: Fri May 1 18:08:25 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Jun 1 09:12:56 2020 +0200

    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 at collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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>


More information about the Libreoffice-commits mailing list