A QuickLook generator for ePub cover pages
Download, unzip and put QuickPub.qlgenerator to ~/Library/QuickLook. Either log out and back in or open a Terminal and run qlmanage -r.
git clone https://github.com/Crazor/QuickPub.git
git clone https://github.com/aburgh/Objective-Zip.git
cd QuickPub
xcodebuild -scheme "Objective-Zip Framework"
xcodebuild
qlmanage -r
Clone this repository somewhere. Next to it, clone aburgh/Objective-Zip which is referenced by the project file.
Open QuickPub.xcodeproj and hit Project -> Build. Or just run xcodebuild in a terminal. The build phase will copy QuickPub.qlgenerator to ~/Library/QuickLook.
Open a Terminal and run qlmanage -r to notify quicklookd of the changes.