You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use macOS 11.1 and QLColorCode. I found a strange problem that public.xml is handled by /System/Library/QuickLook/Text.qlgenerator, and not handled by QLColorCode.
In /System/Library/QuickLook/Text.qlgenerator/Contents/Info.plist I found this:
From this, we can see that QLColorode already bind to com.apple.property-list, but failed bind to public.xml.
Can somebody know why? And is there a way to make public.xml bind to QLColorCode?
The text was updated successfully, but these errors were encountered:
Mine is bound -
public.xml -> /Users/mark/Library/QuickLook/QLColorCode.qlgenerator (4.1.0)
Yet when I quick look xml it doesn't work. XSD does work.
I'm not a ~/Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist whisperer though I don't know how it decides based on all this junk I have in mine. Its a bit of a irritation but thankfully I don't quicklook xml that much.
I use macOS 11.1 and QLColorCode. I found a strange problem that
public.xml
is handled by/System/Library/QuickLook/Text.qlgenerator
, and not handled byQLColorCode
.In
/System/Library/QuickLook/Text.qlgenerator/Contents/Info.plist
I found this:And I use
qlmanage -m plugins | grep
to find which generator that these types were bind to. I got this:From this, we can see that
QLColorode
already bind tocom.apple.property-list
, but failed bind topublic.xml
.Can somebody know why? And is there a way to make
public.xml
bind toQLColorCode
?The text was updated successfully, but these errors were encountered: