Add new platform libs from Xcode 11.4

Fix https://github.com/JetBrains/kotlin-native/issues/4027
This commit is contained in:
Svyatoslav Scherbina
2020-04-02 21:41:16 +03:00
committed by SvyatoslavScherbina
parent cc5111b9e8
commit 4a1b3eaa06
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,7 @@
depends = CFNetwork CoreFoundation Foundation Security darwin posix
language = Objective-C
package = platform.AutomaticAssessmentConfiguration
modules = AutomaticAssessmentConfiguration
compilerOpts = -framework AutomaticAssessmentConfiguration
linkerOpts = -framework AutomaticAssessmentConfiguration
@@ -0,0 +1,7 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.AutomaticAssessmentConfiguration
modules = AutomaticAssessmentConfiguration
compilerOpts = -framework AutomaticAssessmentConfiguration
linkerOpts = -framework AutomaticAssessmentConfiguration
@@ -0,0 +1,7 @@
depends = CoreFoundation Foundation Security darwin posix
language = Objective-C
package = platform.StoreKit
modules = StoreKit
compilerOpts = -framework StoreKit
linkerOpts = -framework StoreKit