https://bugs.documentfoundation.org/show_bug.cgi?id=35361
Patrick (volunteer) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #84 from Patrick (volunteer) <[email protected]> --- Created attachment 198011 --> https://bugs.documentfoundation.org/attachment.cgi?id=198011&action=edit Xcode project with prototype Quick Look plugin I was able to compile the NeoOffice Quick Look plugin (aka NeoPeek) on my macOS Sequoia machine but it still would not load. After some web searches, I found that Apple has a new API for Quick Look plugins and the old API, which NeoPeek uses, was apparently not included in macOS Sequoia. So created a prototype Quick Look plugin project in Xcode using the new API. My Xcode project doesn't do much, but I am able to get the Quick Look plugin to load. Right now, my Xcode project only displays the intro.png bundled in a local LibreOffice installation as I just wanted to figure out how to get an image that autoresizes to display in the Finder and Finder's Quick Look window. Next step is to try to implement display of the embedded thumbnail in the selected .od* file if one exists. My plan is to modify LibreOffice's Spotlight code to find any thumbnails in a .od* file's zip entries, then unzip the thumbnail entry, and create an NSImage from the thumbnail bytes. -- You are receiving this mail because: You are the assignee for the bug.
