QLCARFiles
1.1
QuickLook plugin to visualize .car files (compiled Asset Catalogs)
https://blog.timac.org/2018/1112-quicklook-plugin-to-visualize-car-files/
The QLCARFiles
QuickLook plugin lets you visualize the content of a car file. It extracts the assets using the CoreUI.framework, generates a webpage with all the images, and displays this webpage in the QuickLook window. The use of a webpage has several advantages, one of them being the possibility to render multiple images in a scrolling view.
-r
option to dump all the car files found in a foldermacOS 10.14 or later is required. Please note that the precompiled binaries are not code signed. To install the precompiled QuickLook plugin, you should:
QLCARFiles.qlgenerator.zip
xattr -c -r QLCARFiles.qlgenerator
QLCARFiles.qlgenerator
to ~/Library/QuickLook/QLCARFiles.qlgenerator
. Note that you might need to create the folder ~/Library/QuickLook/
.qlmanage -r
to make sure the QLCARFiles plugin is loadedAlternatively you can sign the precompiled binaries or recompile the application yourself.