Add new platform libs from Xcode 11.4
Fix https://github.com/JetBrains/kotlin-native/issues/4027
This commit is contained in:
committed by
SvyatoslavScherbina
parent
cc5111b9e8
commit
4a1b3eaa06
@@ -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
|
||||
Reference in New Issue
Block a user