Use QLPreviewingController to provide better support for macOS 10.13+
Opened this issue · 1 comments
dreampiggy commented
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:
- This need a dummy App, which means you will install something like
AVIFQuickLook.app
into /Applications
dreampiggy commented