Files
kotlin-fork/klib/src/platform/ios/IntentsUI.def
T
Svyatoslav Scherbina 07fce11780 Use Xcode-bundled SDKs for macOS, iOS and iOS simulator targets
Also
* Update macOS SDK to 10.13
* Update iOS SDK to 11.2
* Enable iOS simulator support
* Disable tetris on iOS as we don't provide SDL2 in sysroot anymore
2017-12-15 14:38:22 +03:00

10 lines
376 B
Modula-2

depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security UIKit darwin posix
language = Objective-C
package = platform.IntentsUI
headers = IntentsUI/IntentsUI.h
headerFilter = IntentsUI/**
compilerOpts = -framework IntentsUI
linkerOpts = -framework IntentsUI