0
votes
0answers
49 views

How can I get QuickLook to treat .skitch files as .svg?

I'd like to be able to view a full preview of .skitch files in Finder with QuickLook. If I rename the file .svg, I get a full preview, so my question is: how do I set quicklook to treat skitch as ...
0
votes
1answer
673 views

“com.apple” UTI in custom file format

I have a document-based app with a custom file format, the UTIs and such set up as so: <key>CFBundleDocumentTypes</key> <array> <dict> ...