dreampiggy / AVIFQuickLook

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

XCode 13 CoreGraphics import #11

Closed martin-haynes closed 2 years ago

martin-haynes commented 2 years ago

Latest xcode required me to import this library explicitly.

@import CoreGraphics; https://github.com/dreampiggy/AVIFQuickLook/blob/9cf74834607ae7b6f8712aa8b8ea0aad6554984f/AVIFDecoder/AVIFDecoder.h#L9

dreampiggy commented 2 years ago

Should be solved by #12