Files
kotlin-fork/kotlin-native/platformLibs/src/platform/ios/ClassKit.def
T
Sergey Bogolepov ad9de1f8c4 [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.
2022-09-17 07:51:36 +03:00

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