GenjiApp / EPUB-Plugins

OS X Spotlight / Quick Look plugins for EPUBs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changing the size of the preview window

goodoldtime opened this issue · comments

I tried to change Quick Look preview size by increasing the value of QLPreviewHeight and QLPreviewWidth in Info.plist of EPUB.qlgenerator. It works, but after booting EPUB.qlgenerator stops working completely. I want the size of the preview window to be bigger without using the mouse. Any idea how to solve this?

The plugins are signed with a Developer ID, which verifies whether an app has been modified by anyone. If you edit the Info.plist file, macOS will recognize the app as modified and block its launch.

One of the proper solution is to build the plugin yourself and sign it with your Developer ID.