ad9de1f8c4
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.
8 lines
249 B
Modula-2
8 lines
249 B
Modula-2
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics Foundation Security darwin posix
|
|
language = Objective-C
|
|
package = platform.ClassKit
|
|
modules = ClassKit
|
|
|
|
compilerOpts = -framework ClassKit
|
|
linkerOpts = -framework ClassKit
|