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:
This need a dummy App, which means you will install something like AVIFQuickLook.app into /Applications
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 (likeNSViewController/NSView
) or even SwiftUISince some user like #17 need animation or complicated display render result, we may consider migrate to the new solution
Note:
AVIFQuickLook.app
into /Applications