Update platform libraries for Xcode 11 (#3399)
This commit is contained in:
committed by
GitHub
parent
668d0e7ab3
commit
0839a3848b
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.ARDisplayDevice
|
||||
modules = ARDisplayDevice
|
||||
|
||||
compilerOpts = -framework ARDisplayDevice
|
||||
linkerOpts = -framework ARDisplayDevice
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.BackgroundTasks
|
||||
modules = BackgroundTasks
|
||||
|
||||
compilerOpts = -framework BackgroundTasks
|
||||
linkerOpts = -framework BackgroundTasks
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreHaptics
|
||||
modules = CoreHaptics
|
||||
|
||||
compilerOpts = -framework CoreHaptics
|
||||
linkerOpts = -framework CoreHaptics
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CryptoTokenKit
|
||||
modules = CryptoTokenKit
|
||||
|
||||
compilerOpts = -framework CryptoTokenKit
|
||||
linkerOpts = -framework CryptoTokenKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.ImageCaptureCore
|
||||
modules = ImageCaptureCore
|
||||
|
||||
compilerOpts = -framework ImageCaptureCore
|
||||
linkerOpts = -framework ImageCaptureCore
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.LinkPresentation
|
||||
modules = LinkPresentation
|
||||
|
||||
compilerOpts = -framework LinkPresentation
|
||||
linkerOpts = -framework LinkPresentation
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.MetricKit
|
||||
modules = MetricKit
|
||||
|
||||
compilerOpts = -framework MetricKit
|
||||
linkerOpts = -framework MetricKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.OSLog
|
||||
modules.x64 = OSLog
|
||||
|
||||
compilerOpts = -framework OSLog
|
||||
linkerOpts = -framework OSLog
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.PencilKit
|
||||
modules = PencilKit
|
||||
|
||||
compilerOpts = -framework PencilKit
|
||||
linkerOpts = -framework PencilKit
|
||||
@@ -1,8 +1,10 @@
|
||||
depends = UIKit AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix
|
||||
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Photos
|
||||
// TODO: ugly hack while forwarded enums are supported.
|
||||
modules = UIKit Photos
|
||||
modules = Photos
|
||||
|
||||
compilerOpts = -framework Photos
|
||||
linkerOpts = -framework Photos
|
||||
---
|
||||
// TODO: ugly hack while forwarded enums are supported.
|
||||
#import <UIKit/UIImage.h>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreML CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SoundAnalysis
|
||||
modules = SoundAnalysis
|
||||
|
||||
compilerOpts = -framework SoundAnalysis
|
||||
linkerOpts = -framework SoundAnalysis
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL FileProvider Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.VisionKit
|
||||
modules = VisionKit
|
||||
|
||||
compilerOpts = -framework VisionKit
|
||||
linkerOpts = -framework VisionKit
|
||||
@@ -24,7 +24,7 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
||||
bank/bank_types.h \
|
||||
bsm/audit.h \
|
||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||
os/log.h os/object.h os/overflow.h os/signpost.h os/trace.h \
|
||||
simd/simd.h sys/sysctl.h
|
||||
|
||||
headerFilter = **
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AVFoundation
|
||||
modules = AVFoundation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFoundation AppKit ApplicationServices AudioToolbox CFNetwork CoreAudio CoreData CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
depends = AVFoundation AppKit ApplicationServices AudioToolbox CFNetwork Cocoa CoreAudio CoreAudioTypes CoreData CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AVKit
|
||||
modules = AVKit
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
depends = AppKit ApplicationServices CFNetwork Cocoa CoreAudio CoreData CoreFoundation CoreGraphics CoreImage CoreMIDI CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AudioToolbox
|
||||
modules = AudioToolbox
|
||||
headers = AudioToolbox/AudioToolbox.h AudioToolbox/DefaultAudioOutput.h AudioToolbox/AUCocoaUIView.h
|
||||
|
||||
headerFilter = AudioToolbox/**
|
||||
|
||||
compilerOpts = -framework AudioToolbox
|
||||
linkerOpts = -framework AudioToolbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudioTypes CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AudioUnit
|
||||
headers = AudioUnit/AudioUnit.h
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AppKit ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.AuthenticationServices
|
||||
modules = AuthenticationServices
|
||||
|
||||
compilerOpts = -framework AuthenticationServices
|
||||
linkerOpts = -framework AuthenticationServices
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.BackgroundTasks
|
||||
modules = BackgroundTasks
|
||||
|
||||
compilerOpts = -framework BackgroundTasks
|
||||
linkerOpts = -framework BackgroundTasks
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CallKit
|
||||
modules = CallKit
|
||||
|
||||
compilerOpts = -framework CallKit
|
||||
linkerOpts = -framework CallKit
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork Contacts CoreFoundation CoreGraphics CoreLocation CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreLocation CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CloudKit
|
||||
modules = CloudKit
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
depends = CoreFoundation darwin posix
|
||||
depends = CoreAudioTypes CoreFoundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreAudio
|
||||
modules = CoreAudio
|
||||
headers = CoreAudio/CoreAudio.h CoreAudio/CoreAudioTypes.h CoreAudio/AudioServerPlugIn.h CoreAudio/AudioHardware.h
|
||||
|
||||
headerFilter = CoreAudio/**
|
||||
|
||||
compilerOpts = -framework CoreAudio
|
||||
linkerOpts = -framework CoreAudio
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices AudioToolbox AudioUnit CFNetwork Cocoa CoreAudio CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices AudioToolbox AudioUnit CFNetwork Cocoa CoreAudioTypes CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreAudioKit
|
||||
modules = CoreAudioKit
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreAudioTypes
|
||||
modules = CoreAudioTypes
|
||||
|
||||
compilerOpts = -framework CoreAudioTypes
|
||||
linkerOpts = -framework CoreAudioTypes
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreHaptics
|
||||
modules = CoreHaptics
|
||||
|
||||
compilerOpts = -framework CoreHaptics
|
||||
linkerOpts = -framework CoreHaptics
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreMedia
|
||||
modules = CoreMedia
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.CoreMotion
|
||||
modules = CoreMotion
|
||||
|
||||
compilerOpts = -framework CoreMotion
|
||||
linkerOpts = -framework CoreMotion
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.DeviceCheck
|
||||
modules = DeviceCheck
|
||||
|
||||
compilerOpts = -framework DeviceCheck
|
||||
linkerOpts = -framework DeviceCheck
|
||||
@@ -1,7 +0,0 @@
|
||||
depends =
|
||||
language = Objective-C
|
||||
package = platform.DriverKit
|
||||
modules = DriverKit
|
||||
|
||||
compilerOpts = -framework DriverKit
|
||||
linkerOpts = -framework DriverKit
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AddressBook ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreLocation CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreLocation CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.EventKit
|
||||
modules = EventKit
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.ExecutionPolicy
|
||||
modules = ExecutionPolicy
|
||||
|
||||
compilerOpts = -framework ExecutionPolicy
|
||||
linkerOpts = -framework ExecutionPolicy
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.FileProvider
|
||||
modules = FileProvider
|
||||
|
||||
compilerOpts = -framework FileProvider
|
||||
linkerOpts = -framework FileProvider
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AppKit ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration FileProvider Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.FileProviderUI
|
||||
modules = FileProviderUI
|
||||
|
||||
compilerOpts = -framework FileProviderUI
|
||||
linkerOpts = -framework FileProviderUI
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreAudio CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.IOBluetooth
|
||||
modules = IOBluetooth
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.IOUSBHost
|
||||
modules = IOUSBHost
|
||||
|
||||
compilerOpts = -framework IOUSBHost
|
||||
linkerOpts = -framework IOUSBHost
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.IdentityLookup
|
||||
modules = IdentityLookup
|
||||
|
||||
compilerOpts = -framework IdentityLookup
|
||||
linkerOpts = -framework IdentityLookup
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AppKit ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.LinkPresentation
|
||||
modules = LinkPresentation
|
||||
|
||||
compilerOpts = -framework LinkPresentation
|
||||
linkerOpts = -framework LinkPresentation
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.MediaToolbox
|
||||
modules = MediaToolbox
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.MetricKit
|
||||
modules = MetricKit
|
||||
|
||||
compilerOpts = -framework MetricKit
|
||||
linkerOpts = -framework MetricKit
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreML CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.NaturalLanguage
|
||||
modules = NaturalLanguage
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Network Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.NetworkExtension
|
||||
modules = NetworkExtension
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.OSLog
|
||||
modules = OSLog
|
||||
|
||||
compilerOpts = -framework OSLog
|
||||
linkerOpts = -framework OSLog
|
||||
@@ -0,0 +1,9 @@
|
||||
depends = AppKit ApplicationServices CFNetwork Cocoa CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PDFKit
|
||||
headers = PDFKit/PDFKit.h
|
||||
|
||||
headerFilter = PDFKit/**
|
||||
|
||||
compilerOpts = -framework PDFKit
|
||||
linkerOpts = -framework PDFKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AppKit ApplicationServices CFNetwork Cocoa CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PencilKit
|
||||
modules = PencilKit
|
||||
|
||||
compilerOpts = -framework PencilKit
|
||||
linkerOpts = -framework PencilKit
|
||||
@@ -0,0 +1,12 @@
|
||||
depends = AVFoundation ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Photos
|
||||
modules = Photos
|
||||
|
||||
compilerOpts = -framework Photos
|
||||
linkerOpts = -framework Photos
|
||||
---
|
||||
// TODO: ugly hack while forwarded enums are supported.
|
||||
typedef NS_ENUM(NSInteger, UIImageOrientation) {
|
||||
UIImageOrientationUnavailableOnMacOS
|
||||
};
|
||||
@@ -1,7 +0,0 @@
|
||||
depends = AppKit ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Photos
|
||||
modules = Photos
|
||||
|
||||
compilerOpts = -framework Photos
|
||||
linkerOpts = -framework Photos
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.PushKit
|
||||
modules = PushKit
|
||||
|
||||
compilerOpts = -framework PushKit
|
||||
linkerOpts = -framework PushKit
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AppKit ApplicationServices CFNetwork Cocoa CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageCaptureCore ImageIO Metal OpenGL OpenGLCommon QuartzCore QuickLook Security darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFNetwork Cocoa CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageCaptureCore ImageIO Metal OpenGL OpenGLCommon PDFKit QuartzCore QuickLook Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Quartz
|
||||
modules = Quartz
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.QuickLookThumbnailing
|
||||
modules = QuickLookThumbnailing
|
||||
|
||||
compilerOpts = -framework QuickLookThumbnailing
|
||||
linkerOpts = -framework QuickLookThumbnailing
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFoundation ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMIDI CoreML CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.SoundAnalysis
|
||||
modules = SoundAnalysis
|
||||
|
||||
compilerOpts = -framework SoundAnalysis
|
||||
linkerOpts = -framework SoundAnalysis
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFoundation ApplicationServices AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO MediaToolbox Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Speech
|
||||
modules = Speech
|
||||
|
||||
compilerOpts = -framework Speech
|
||||
linkerOpts = -framework Speech
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
depends = AppKit ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.StoreKit
|
||||
modules = StoreKit
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.SystemExtensions
|
||||
modules = SystemExtensions
|
||||
|
||||
compilerOpts = -framework SystemExtensions
|
||||
linkerOpts = -framework SystemExtensions
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMedia CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.VideoToolbox
|
||||
modules = VideoToolbox
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreImage CoreML CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreML CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Vision
|
||||
modules = Vision
|
||||
|
||||
@@ -24,7 +24,7 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
||||
bank/bank_types.h \
|
||||
bsm/libbsm.h \
|
||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||
os/log.h os/object.h os/overflow.h os/signpost.h os/trace.h \
|
||||
simd/simd.h sys/sysctl.h sys/user.h \
|
||||
net/if_media.h sys/disk.h sys/kernel_types.h
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.AuthenticationServices
|
||||
modules = AuthenticationServices
|
||||
|
||||
compilerOpts = -framework AuthenticationServices
|
||||
linkerOpts = -framework AuthenticationServices
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.BackgroundTasks
|
||||
modules = BackgroundTasks
|
||||
|
||||
compilerOpts = -framework BackgroundTasks
|
||||
linkerOpts = -framework BackgroundTasks
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CryptoTokenKit
|
||||
modules = CryptoTokenKit
|
||||
|
||||
compilerOpts = -framework CryptoTokenKit
|
||||
linkerOpts = -framework CryptoTokenKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.MetricKit
|
||||
modules = MetricKit
|
||||
|
||||
compilerOpts = -framework MetricKit
|
||||
linkerOpts = -framework MetricKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CFNetwork CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.OSLog
|
||||
modules.x64 = OSLog
|
||||
|
||||
compilerOpts = -framework OSLog
|
||||
linkerOpts = -framework OSLog
|
||||
@@ -1,7 +1,10 @@
|
||||
depends = UIKit AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix
|
||||
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Photos
|
||||
modules = UIKit Photos
|
||||
modules = Photos
|
||||
|
||||
compilerOpts = -framework Photos
|
||||
linkerOpts = -framework Photos
|
||||
---
|
||||
// TODO: ugly hack while forwarded enums are supported.
|
||||
#import <UIKit/UIImage.h>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SoundAnalysis
|
||||
modules = SoundAnalysis
|
||||
|
||||
compilerOpts = -framework SoundAnalysis
|
||||
linkerOpts = -framework SoundAnalysis
|
||||
@@ -24,7 +24,7 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
||||
bank/bank_types.h \
|
||||
bsm/audit.h \
|
||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||
os/log.h os/object.h os/overflow.h os/signpost.h os/trace.h \
|
||||
simd/simd.h sys/sysctl.h
|
||||
|
||||
headerFilter = **
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation CoreGraphics CoreText Foundation Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.AuthenticationServices
|
||||
modules = AuthenticationServices
|
||||
|
||||
compilerOpts = -framework AuthenticationServices
|
||||
linkerOpts = -framework AuthenticationServices
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Network
|
||||
modules = Network
|
||||
|
||||
compilerOpts = -framework Network
|
||||
linkerOpts = -framework Network
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.PushKit
|
||||
modules = PushKit
|
||||
|
||||
compilerOpts = -framework PushKit
|
||||
linkerOpts = -framework PushKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFoundation CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo Foundation ImageIO Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SoundAnalysis
|
||||
modules = SoundAnalysis
|
||||
|
||||
compilerOpts = -framework SoundAnalysis
|
||||
linkerOpts = -framework SoundAnalysis
|
||||
@@ -24,7 +24,7 @@ headers = AssertMacros.h Availability.h AvailabilityInternal.h \
|
||||
bank/bank_types.h \
|
||||
bsm/audit.h \
|
||||
os/activity.h os/availability.h os/base.h os/lock.h \
|
||||
os/log.h os/object.h os/overflow.h os/trace.h \
|
||||
os/log.h os/object.h os/overflow.h os/signpost.h os/trace.h \
|
||||
simd/simd.h sys/sysctl.h
|
||||
|
||||
headerFilter = **
|
||||
|
||||
Reference in New Issue
Block a user