[Native] Add missing dependencies to platform lib DEF files
There are a lot of cases when a DEF file for a K/N platform library has incomplete set of dependencies in 'depends=' property in the manifest file. This leads to use of "KLIB resolver" - the component inside the compiler that is responsible for finding the missing libraries and implicitly (i.e. invisibly for the end user) adding them to the set of dependencies of the compiler invocation. The goal of this commit is to fix 'depends=' in manifest files so that they should reflect the REAL set of dependencies, and as a result don't trigger use of "KLIB resolver". This way we could be more prepared to removed in the "KLIB resolver" in the future. ^KT-61098
This commit is contained in:
committed by
Space Team
parent
c3da16a1d8
commit
60c88b010d
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreML CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore QuickLook SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications Vision darwin posix
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreML CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO MediaToolbox Metal ModelIO OpenGLES2 OpenGLESCommon PDFKit QuartzCore QuickLook QuickLookThumbnailing SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications Vision darwin posix
|
||||
language = Objective-C
|
||||
package = platform.ARKit
|
||||
modules = ARKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CoreFoundation CoreFoundationBase CoreGraphics CoreVideo IOSurface darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Accelerate
|
||||
modules = Accelerate
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreHaptics
|
||||
modules = CoreHaptics
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface ImageIO Security darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface ImageIO Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreML
|
||||
modules = CoreML
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork Contacts CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications darwin posix
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork Contacts CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLES2 OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameKit
|
||||
modules = GameKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal OpenGLESCommon QuartzCore SceneKit Security SpriteKit Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore SceneKit Security SpriteKit Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameplayKit
|
||||
modules = GameplayKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.IntentsUI
|
||||
modules = IntentsUI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles
|
||||
headers = OpenGLES/ES1/gl.h OpenGLES/ES1/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles2
|
||||
headers = OpenGLES/ES2/gl.h OpenGLES/ES2/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles3
|
||||
headers = OpenGLES/ES3/gl.h OpenGLES/ES3/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreMedia CoreVideo Foundation IOSurface Metal ModelIO OpenGLESCommon Security darwin posix
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal ModelIO OpenGLESCommon QuartzCore Security UniformTypeIdentifiers darwin posix
|
||||
language = Objective-C
|
||||
package = platform.PHASE
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo EAGL Foundation Metal Security darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo EAGL Foundation IOSurface Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.QuartzCore
|
||||
headers = QuartzCore/QuartzCore.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SceneKit
|
||||
modules = SceneKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ARKit AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreML CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore QuickLook SceneKit Security SoundAnalysis Speech SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications Vision darwin posix
|
||||
depends = ARKit AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreML CoreMedia CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO MediaToolbox Metal ModelIO OpenGLES2 OpenGLESCommon PDFKit QuartzCore QuickLook QuickLookThumbnailing SceneKit Security SoundAnalysis Speech SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications Vision darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SensorKit
|
||||
modules = SensorKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SpriteKit
|
||||
modules = SpriteKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreData CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreLocation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform._CoreData_CloudKit
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
|
||||
typedef void* __kotlin_iconv_t;
|
||||
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv");
|
||||
int __attribute__((overloadable)) iconvctl(__kotlin_iconv_t, int, void *) asm("_iconvctl");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Security cups darwin libkern osx posix
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Accelerate
|
||||
modules = Accelerate
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AppKit
|
||||
modules = AppKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AudioToolbox CFCGTypes CFNetwork CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreServices DiskArbitration Foundation IOKit Security darwin libkern osx posix
|
||||
depends = AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreServices DiskArbitration Foundation IOKit Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AudioUnit
|
||||
headers = AudioUnit/AudioUnit.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AuthenticationServices
|
||||
modules = AuthenticationServices
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Collaboration
|
||||
modules = Collaboration
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ContactsUI
|
||||
modules = ContactsUI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices DiskArbitration Foundation IOKit Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreHaptics
|
||||
modules = CoreHaptics
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Security cups darwin libkern osx posix
|
||||
depends = ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreML
|
||||
modules = CoreML
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration FileProvider Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration FileProvider Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.FileProviderUI
|
||||
modules = FileProviderUI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.FinderSync
|
||||
modules = FinderSync
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal ModelIO OpenGL3 OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal ModelIO OpenGL3 OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.GLKit
|
||||
modules = GLKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.GameController
|
||||
modules = GameController
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa Contacts CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit GameController GameplayKit IOKit IOSurface ImageIO Metal MetalKit ModelIO OpenGLCommon QuartzCore SceneKit Security SpriteKit Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa Contacts CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit GameController GameplayKit IOKit IOSurface ImageIO Metal MetalKit ModelIO OpenGL3 OpenGLCommon QuartzCore SceneKit Security SpriteKit Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.GameKit
|
||||
modules = GameKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore SceneKit Security SpriteKit Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal ModelIO OpenGL3 OpenGLCommon QuartzCore SceneKit Security SpriteKit Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.GameplayKit
|
||||
modules = GameplayKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Intents Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Intents Metal OpenGLCommon QuartzCore Security Symbols UserNotifications cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.IntentsUI
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.LinkPresentation
|
||||
modules = LinkPresentation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO LocalAuthentication Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO LocalAuthentication Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.LocalAuthenticationEmbeddedUI
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.MailKit
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.MapKit
|
||||
modules = MapKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal ModelIO OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal ModelIO OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.MetalKit
|
||||
modules = MetalKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.NotificationCenter
|
||||
modules = NotificationCenter
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation ApplicationServices AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal ModelIO OpenGLCommon Security cups darwin libkern osx posix
|
||||
depends = AVFAudio AVFoundation ApplicationServices AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal ModelIO OpenGLCommon QuartzCore Security UniformTypeIdentifiers cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PHASE
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ParavirtualizedGraphics
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork Contacts CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Contacts CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PassKit
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MapKit Metal OpenGLCommon Photos QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AVFAudio AVFoundation AppKit ApplicationServices AudioToolbox CFCGTypes CFNetwork CloudKit CoreAudio CoreAudioTypes CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MapKit MediaToolbox Metal OpenGLCommon Photos QuartzCore Security Symbols UniformTypeIdentifiers cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PhotosUI
|
||||
modules = PhotosUI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AppKit ApplicationServices AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security Symbols UniformTypeIdentifiers cups darwin libkern osx posix
|
||||
depends = AVFAudio AVFoundation AppKit ApplicationServices AudioToolbox CFCGTypes CFNetwork CloudKit CoreAudio CoreAudioTypes CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security Symbols UniformTypeIdentifiers cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ReplayKit
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.SafariServices
|
||||
modules = SafariServices
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal ModelIO OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal ModelIO OpenGL3 OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.SceneKit
|
||||
modules = SceneKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreAudio CoreAudioTypes CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ScreenCaptureKit
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ScreenSaver
|
||||
modules = ScreenSaver
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ScreenTime
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Social
|
||||
modules = Social
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit Cocoa CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation GLKit IOKit IOSurface ImageIO Metal ModelIO OpenGL3 OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.SpriteKit
|
||||
modules = SpriteKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.StoreKit
|
||||
modules = StoreKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.UserNotificationsUI
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO JavaScriptCore Metal Network OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO JavaScriptCore Metal Network OpenGLCommon QuartzCore Security Symbols cups darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.WebKit
|
||||
modules = WebKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreData CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreGraphics CoreLocation CoreServices DiskArbitration Foundation IOKit Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform._CoreData_CloudKit
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
|
||||
typedef void* __kotlin_iconv_t;
|
||||
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv");
|
||||
int __attribute__((overloadable)) iconvctl(__kotlin_iconv_t, int, void *) asm("_iconvctl");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CoreFoundation CoreFoundationBase CoreGraphics CoreVideo IOSurface darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Accelerate
|
||||
modules = Accelerate
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreHaptics
|
||||
modules = CoreHaptics
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface ImageIO Security darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo Foundation IOSurface ImageIO Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreML
|
||||
modules = CoreML
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UIKit darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameController
|
||||
modules = GameController
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreText CoreVideo EAGL Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications darwin posix
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreMIDI CoreMedia CoreText CoreVideo EAGL Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLES2 OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit Symbols UIKit UniformTypeIdentifiers UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameKit
|
||||
modules = GameKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal OpenGLESCommon QuartzCore SceneKit Security SpriteKit Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore SceneKit Security SpriteKit Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameplayKit
|
||||
modules = GameplayKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreLocation CoreText CoreVideo EAGL Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.IntentsUI
|
||||
modules = IntentsUI
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles
|
||||
headers = OpenGLES/ES1/gl.h OpenGLES/ES1/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles2
|
||||
headers = OpenGLES/ES2/gl.h OpenGLES/ES2/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = EAGL OpenGLESCommon darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase EAGL Foundation OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.gles3
|
||||
headers = OpenGLES/ES3/gl.h OpenGLES/ES3/glext.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreMedia CoreVideo Foundation IOSurface Metal ModelIO OpenGLESCommon Security darwin posix
|
||||
depends = AVFAudio AVFoundation AudioToolbox CFCGTypes CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreFoundationBase CoreGraphics CoreMIDI CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal ModelIO OpenGLESCommon QuartzCore Security UniformTypeIdentifiers darwin posix
|
||||
language = Objective-C
|
||||
package = platform.PHASE
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo EAGL Foundation Metal Security darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreVideo EAGL Foundation IOSurface Metal OpenGLESCommon Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.QuartzCore
|
||||
headers = QuartzCore/QuartzCore.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SceneKit
|
||||
modules = SceneKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreVideo EAGL Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security SharedWithYouCore UIKit darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security SharedWithYouCore Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SharedWithYou
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit IOSurface ImageIO Metal ModelIO OpenGLES2 OpenGLESCommon QuartzCore Security Symbols UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SpriteKit
|
||||
modules = SpriteKit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreData CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CFNetwork CloudKit CoreData CoreFoundation CoreFoundationBase CoreLocation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform._CoreData_CloudKit
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
|
||||
typedef void* __kotlin_iconv_t;
|
||||
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv");
|
||||
int __attribute__((overloadable)) iconvctl(__kotlin_iconv_t, int, void *) asm("_iconvctl");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreData CoreFoundationBase Foundation darwin posix
|
||||
depends = CFCGTypes CloudKit CoreData CoreFoundation CoreFoundationBase CoreLocation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform._CoreData_CloudKit
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
|
||||
typedef void* __kotlin_iconv_t;
|
||||
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv");
|
||||
int __attribute__((overloadable)) iconvctl(__kotlin_iconv_t, int, void *) asm("_iconvctl");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
int __attribute__((overloadable)) iconv_close(__kotlin_iconv_t) asm("_iconv_close");
|
||||
|
||||
Reference in New Issue
Block a user