dreampiggy / AVIFQuickLook

AVIF QuickLook plugin on macOS
MIT License
171 stars 5 forks source link

How to update the lib files? #3

Closed radum closed 2 years ago

radum commented 4 years ago

Hello,

There are 3 dependency files libaom.a libavif.a libgb.a. From where do you got those so we can update if we want?

dreampiggy commented 4 years ago

https://github.com/SDWebImage/libavif-Xcode Open the Xcode Project and archive the static framework.

The exist static library I use the libavif's own CMake to build, however, you can choose what you want.

dreampiggy commented 2 years ago

I use the SwiftPM's libavif 0.9.3 version in the new commit

You can also build and bump your own version as well.