Skip to content

#417328 Properly declare supported file types

Jan Przybylak requested to merge janpr/kate:master into master

The previously used CFBundleTypeExtensions has been deprecated since macOS 10.5 and didn't work anymore. Kate is now offered in the "Open With" menu of supported (text) files. Tested with: txt, html, xml, php, css, cpp, csv, md, sh

Merge request reports