[K/N] Fix platform libs for macOS 14.1 SDK.

Apply the same CFCGTypes.def hack as we did for other platforms.
This commit is contained in:
Sergey Bogolepov
2022-10-21 15:24:47 +03:00
committed by Space Team
parent fc5ea570f0
commit 719bc025f1
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,5 @@
depends = CoreFoundationBase darwin posix
language = Objective-C
package = platform.CoreGraphics
headers = CoreFoundation/CFCGTypes.h
headerFilter = CoreFoundation/CFCGTypes.h
@@ -3,7 +3,7 @@ language = Objective-C
package = platform.CoreFoundation
headers = CoreFoundation/CoreFoundation.h CoreFoundation/CFPlugInCOM.h
headerFilter = CoreFoundation/**
excludeFilter = CoreFoundation/CFBase.h CoreFoundation/CFAvailability.h
excludeFilter = CoreFoundation/CFCGTypes.h CoreFoundation/CFBase.h CoreFoundation/CFAvailability.h
compilerOpts = -framework CoreFoundation
linkerOpts = -framework CoreFoundation