Wrote a simple Quicklook plugin for Mac OS X for viewing custom image format. Worked fine on one machine, doesn't work on another. Both running El Capitan beta.
This works and displays the image even on the affected machine:
qlmanage -c "com.catnapgames.nlimage" -p saucer__0.nlimage
This doesn't work:
qlmanage -p saucer__0.nlimage
mdls
returns this:
kMDItemContentTypeTree = (
"public.data",
"public.item"
)
Here's a link to the plugin's Info.plist file.
Any idea why it works on one machine and doesn't work on the other? How can I further troubleshoot this to find out what's wrong?