I changed editors to handle *.docx but file icons are blank. I would like to see Onlyoffice icon or document/sheedt/pres icon if possible. The info.plist file just shows a reference to
- Code: Select all
<dict>
<key>CFBundleTypeIconFile</key>
<string>file-rtf</string>
<key>CFBundleTypeName</key>
<string>Text</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.text</string>
</array>
</dict>
so looks correct but doesnt work