AVIFQuickLook icon indicating copy to clipboard operation
AVIFQuickLook copied to clipboard

Use QLPreviewingController to provide better support for macOS 10.13+

Open dreampiggy opened this issue 11 months ago • 1 comments

See: https://developer.apple.com/videos/play/wwdc2019/719?time=942

Apple introduce new QuickLook Preview Extension, which you need a macOS App and bundle it as appex extension. Then you can render anything for preview, using AppKit (like NSViewController/NSView) or even SwiftUI

Since some user like #17 need animation or complicated display render result, we may consider migrate to the new solution

Note:

  1. This need a dummy App, which means you will install something like AVIFQuickLook.app into /Applications

dreampiggy avatar Jul 26 '23 10:07 dreampiggy