[K/N]Split CoreFoundationBase and CFCGTypes from CoreFoundation
Ugly hack to keep Kotlin ABI of CGPoint and its friends. In *OS (except macOS) SDKs Apple moved CGPoint and some other fundamental types from CoreGraphics to CoreFoundation in a way which breaks ABI for K/N platform libraries. To mitigate this problem we split CoreFoundation platform library into several smaller ones.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.UIKit
|
||||
modules = UIKit
|
||||
|
||||
Reference in New Issue
Block a user