sysui/desktop/macosx/Info.plist.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
New commits: commit 707bd46798c0c17e227d4c1daa229e7f259bb9e5 Author: Markus Keller <[email protected]> AuthorDate: Fri May 1 18:08:25 2020 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Jun 16 09:20:35 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 <[email protected]> Reviewed-by: Noel Grandin <[email protected]> (cherry picked from commit 4baa2f1e48969acf64139624cebc4929909d4906) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95239 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
