[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:
Dmitriy Dolovov
2023-10-27 18:38:44 +02:00
committed by Space Team
parent c3da16a1d8
commit 60c88b010d
74 changed files with 74 additions and 74 deletions
@@ -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 language = Objective-C
package = platform.ARKit package = platform.ARKit
modules = 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 language = Objective-C
package = platform.Accelerate package = platform.Accelerate
modules = Accelerate modules = Accelerate
@@ -1,4 +1,4 @@
depends = CoreFoundationBase Foundation darwin posix depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase Foundation Security darwin posix
language = Objective-C language = Objective-C
package = platform.CoreHaptics package = platform.CoreHaptics
modules = 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 language = Objective-C
package = platform.CoreML package = platform.CoreML
modules = 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 language = Objective-C
package = platform.GameKit package = platform.GameKit
modules = 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 language = Objective-C
package = platform.GameplayKit package = platform.GameplayKit
modules = 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 language = Objective-C
package = platform.IntentsUI package = platform.IntentsUI
modules = 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 language = Objective-C
package = platform.gles package = platform.gles
headers = OpenGLES/ES1/gl.h OpenGLES/ES1/glext.h 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 language = Objective-C
package = platform.gles2 package = platform.gles2
headers = OpenGLES/ES2/gl.h OpenGLES/ES2/glext.h 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 language = Objective-C
package = platform.gles3 package = platform.gles3
headers = OpenGLES/ES3/gl.h OpenGLES/ES3/glext.h 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 language = Objective-C
package = platform.PHASE 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 language = Objective-C
package = platform.QuartzCore package = platform.QuartzCore
headers = QuartzCore/QuartzCore.h 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 language = Objective-C
package = platform.SceneKit package = platform.SceneKit
modules = 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 language = Objective-C
package = platform.SensorKit package = platform.SensorKit
modules = 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 language = Objective-C
package = platform.SpriteKit package = platform.SpriteKit
modules = 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 language = Objective-C
package = platform._CoreData_CloudKit package = platform._CoreData_CloudKit
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
typedef void* __kotlin_iconv_t; typedef void* __kotlin_iconv_t;
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv"); 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)) 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 language = Objective-C
package = platform.Accelerate package = platform.Accelerate
modules = 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 language = Objective-C
package = platform.AppKit package = platform.AppKit
modules = 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 language = Objective-C
package = platform.AudioUnit package = platform.AudioUnit
headers = AudioUnit/AudioUnit.h 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 language = Objective-C
package = platform.AuthenticationServices package = platform.AuthenticationServices
modules = 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 language = Objective-C
package = platform.Collaboration package = platform.Collaboration
modules = 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 language = Objective-C
package = platform.ContactsUI package = platform.ContactsUI
modules = 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 language = Objective-C
package = platform.CoreHaptics package = platform.CoreHaptics
modules = 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 language = Objective-C
package = platform.CoreML package = platform.CoreML
modules = 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 language = Objective-C
package = platform.FileProviderUI package = platform.FileProviderUI
modules = 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 language = Objective-C
package = platform.FinderSync package = platform.FinderSync
modules = 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 language = Objective-C
package = platform.GLKit package = platform.GLKit
modules = 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 language = Objective-C
package = platform.GameController package = platform.GameController
modules = 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 language = Objective-C
package = platform.GameKit package = platform.GameKit
modules = 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 language = Objective-C
package = platform.GameplayKit package = platform.GameplayKit
modules = 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 language = Objective-C
package = platform.IntentsUI 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 language = Objective-C
package = platform.LinkPresentation package = platform.LinkPresentation
modules = 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 language = Objective-C
package = platform.LocalAuthenticationEmbeddedUI 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 language = Objective-C
package = platform.MailKit 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 language = Objective-C
package = platform.MapKit package = platform.MapKit
modules = 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 language = Objective-C
package = platform.MetalKit package = platform.MetalKit
modules = 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 language = Objective-C
package = platform.NotificationCenter package = platform.NotificationCenter
modules = 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 language = Objective-C
package = platform.PHASE 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 language = Objective-C
package = platform.ParavirtualizedGraphics 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 language = Objective-C
package = platform.PassKit 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 language = Objective-C
package = platform.PhotosUI package = platform.PhotosUI
modules = 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 language = Objective-C
package = platform.ReplayKit 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 language = Objective-C
package = platform.SafariServices package = platform.SafariServices
modules = 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 language = Objective-C
package = platform.SceneKit package = platform.SceneKit
modules = 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 language = Objective-C
package = platform.ScreenCaptureKit 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 language = Objective-C
package = platform.ScreenSaver package = platform.ScreenSaver
modules = 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 language = Objective-C
package = platform.ScreenTime 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 language = Objective-C
package = platform.Social package = platform.Social
modules = 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 language = Objective-C
package = platform.SpriteKit package = platform.SpriteKit
modules = 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 language = Objective-C
package = platform.StoreKit package = platform.StoreKit
modules = 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 language = Objective-C
package = platform.UserNotificationsUI 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 language = Objective-C
package = platform.WebKit package = platform.WebKit
modules = 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 language = Objective-C
package = platform._CoreData_CloudKit package = platform._CoreData_CloudKit
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
typedef void* __kotlin_iconv_t; typedef void* __kotlin_iconv_t;
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv"); 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)) 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 language = Objective-C
package = platform.Accelerate package = platform.Accelerate
modules = Accelerate modules = Accelerate
@@ -1,4 +1,4 @@
depends = CoreFoundationBase Foundation darwin posix depends = CFCGTypes CFNetwork CoreFoundation CoreFoundationBase Foundation Security darwin posix
language = Objective-C language = Objective-C
package = platform.CoreHaptics package = platform.CoreHaptics
modules = 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 language = Objective-C
package = platform.CoreML package = platform.CoreML
modules = 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 language = Objective-C
package = platform.GameController package = platform.GameController
modules = 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 language = Objective-C
package = platform.GameKit package = platform.GameKit
modules = 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 language = Objective-C
package = platform.GameplayKit package = platform.GameplayKit
modules = 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 language = Objective-C
package = platform.IntentsUI package = platform.IntentsUI
modules = 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 language = Objective-C
package = platform.gles package = platform.gles
headers = OpenGLES/ES1/gl.h OpenGLES/ES1/glext.h 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 language = Objective-C
package = platform.gles2 package = platform.gles2
headers = OpenGLES/ES2/gl.h OpenGLES/ES2/glext.h 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 language = Objective-C
package = platform.gles3 package = platform.gles3
headers = OpenGLES/ES3/gl.h OpenGLES/ES3/glext.h 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 language = Objective-C
package = platform.PHASE 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 language = Objective-C
package = platform.QuartzCore package = platform.QuartzCore
headers = QuartzCore/QuartzCore.h 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 language = Objective-C
package = platform.SceneKit package = platform.SceneKit
modules = 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 language = Objective-C
package = platform.SharedWithYou 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 language = Objective-C
package = platform.SpriteKit package = platform.SpriteKit
modules = 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 language = Objective-C
package = platform._CoreData_CloudKit package = platform._CoreData_CloudKit
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
typedef void* __kotlin_iconv_t; typedef void* __kotlin_iconv_t;
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv"); 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)) 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 language = Objective-C
package = platform._CoreData_CloudKit package = platform._CoreData_CloudKit
@@ -9,4 +9,4 @@ allowedOverloadsForCFunctions = iconv iconvctl iconv_close
typedef void* __kotlin_iconv_t; typedef void* __kotlin_iconv_t;
size_t __attribute__((overloadable)) iconv(__kotlin_iconv_t, char **, size_t *, char **, size_t *) asm("_iconv"); 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)) 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");