Files
kotlin-fork/klib/src/platform/ios/StoreKit.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
362 B
Modula-2

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