Fix QuickLook (#3001)

* Fix QuickLook symbol not found; add file sort and filesize
This commit is contained in:
A Cœur
2022-05-20 12:07:17 +08:00
committed by GitHub
parent f71ace588f
commit 2e25370cc5
9 changed files with 34 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <CoreFoundation/CFPlugInCOM.h>
#import <QuickLook/QuickLook.h>
#endif