[Xcode 12] tvOS frameworks

This commit is contained in:
Sergey Bogolepov
2020-09-25 16:11:44 +07:00
committed by Sergey Bogolepov
parent 97c6df913d
commit 0fa1c6dd6f
39 changed files with 171 additions and 12 deletions
@@ -1,4 +1,4 @@
depends = AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix depends = AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UniformTypeIdentifiers darwin posix
language = Objective-C language = Objective-C
package = platform.AVFoundation package = platform.AVFoundation
headers = AVFoundation/AVFoundation.h AVFoundation/AVFAudio.h AVFoundation/AVAudioBuffer.h headers = AVFoundation/AVFoundation.h AVFoundation/AVFAudio.h AVFoundation/AVAudioBuffer.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UniformTypeIdentifiers UserNotifications darwin posix
language = Objective-C language = Objective-C
package = platform.AVKit package = platform.AVKit
modules = AVKit modules = AVKit
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation CoreGraphics Foundation Security darwin posix
language = Objective-C
package = platform.Accessibility
modules = Accessibility
compilerOpts = -framework Accessibility
linkerOpts = -framework Accessibility
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation Foundation Security darwin posix
language = Objective-C
package = platform.AppTrackingTransparency
modules = AppTrackingTransparency
compilerOpts = -framework AppTrackingTransparency
linkerOpts = -framework AppTrackingTransparency
@@ -4,3 +4,4 @@ package = platform.AudioUnit
modules = AudioUnit modules = AudioUnit
compilerOpts = -framework AudioUnit compilerOpts = -framework AudioUnit
linkerOpts = -framework AudioUnit linkerOpts = -framework AudioUnit
#Disabled: part of AudioToolbox
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.Combine
modules = Combine
compilerOpts = -framework Combine
linkerOpts = -framework Combine
#Disabled: Swift-only framework
@@ -0,0 +1,7 @@
language = Objective-C
package = platform.CoreAudioKit
modules = CoreAudioKit
compilerOpts = -framework CoreAudioKit
linkerOpts = -framework CoreAudioKit
#Disabled: Not officially available for tvos
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CFNetwork CoreFoundation Foundation Security darwin posix depends = CFNetwork CloudKit CoreFoundation CoreLocation Foundation Security darwin posix
language = Objective-C language = Objective-C
package = platform.CoreData package = platform.CoreData
modules = CoreData modules = CoreData
@@ -0,0 +1,6 @@
depends = CoreFoundation Foundation darwin posix
language = Objective-C
package = platform.CoreHaptics
modules = CoreHaptics
compilerOpts = -framework CoreHaptics
linkerOpts = -framework CoreHaptics
@@ -1,4 +1,4 @@
depends = CFNetwork CoreFoundation Foundation Security darwin posix depends = CFNetwork CoreFoundation Foundation Security UniformTypeIdentifiers darwin posix
language = Objective-C language = Objective-C
package = platform.CoreSpotlight package = platform.CoreSpotlight
modules = CoreSpotlight modules = CoreSpotlight
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.CryptoKit
modules = CryptoKit
compilerOpts = -framework CryptoKit
linkerOpts = -framework CryptoKit
#Disabled: Swift-only framework
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.DeveloperToolsSupport
modules = DeveloperToolsSupport
compilerOpts = -framework DeveloperToolsSupport
linkerOpts = -framework DeveloperToolsSupport
#Disabled: Swift-only framework
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.ExposureNotification
modules = ExposureNotification
compilerOpts = -framework ExposureNotification
linkerOpts = -framework ExposureNotification
#Disabled: Not officially available for tvos
+1 -1
View File
@@ -1,4 +1,4 @@
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit UIKit UserNotifications darwin posix depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation GLKit GameController GameplayKit IOSurface ImageIO MediaToolbox Metal MetalKit ModelIO OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit UIKit UniformTypeIdentifiers UserNotifications darwin posix
language = Objective-C language = Objective-C
package = platform.GameKit package = platform.GameKit
modules = GameKit modules = GameKit
@@ -0,0 +1,7 @@
language = Objective-C
package = platform.IOKit
modules = IOKit
compilerOpts = -framework IOKit
linkerOpts = -framework IOKit
#Disabled: Not officially available for tvos
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation CoreGraphics CoreLocation Foundation Security darwin posix
language = Objective-C
package = platform.Intents
modules = Intents
compilerOpts = -framework Intents
linkerOpts = -framework Intents
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation IOSurface ImageIO Intents Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix
language = Objective-C
package = platform.IntentsUI
modules = IntentsUI
compilerOpts = -framework IntentsUI
linkerOpts = -framework IntentsUI
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL 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 @@
language = Objective-C
package = platform.LocalAuthentication
modules = LocalAuthentication
compilerOpts = -framework LocalAuthentication
linkerOpts = -framework LocalAuthentication
#Disabled: Not officially available for tvos
@@ -0,0 +1,7 @@
depends = CFNetwork CoreFoundation Foundation IOSurface Metal Security darwin posix
language = Objective-C
package = platform.MLCompute
modules.tvos_arm64 = MLCompute
compilerOpts.tvos_arm64 = -framework MLCompute
linkerOpts.tvos_arm64 = -framework MLCompute
@@ -0,0 +1,7 @@
language = Objective-C
package = platform.MessageUI
modules = MessageUI
compilerOpts = -framework MessageUI
linkerOpts = -framework MessageUI
#Disabled: Not officially available for tvos
@@ -0,0 +1,7 @@
depends = CFNetwork CoreFoundation CoreGraphics Foundation IOSurface Metal MetalPerformanceShaders Security darwin posix
language = Objective-C
package = platform.MetalPerformanceShadersGraph
modules.tvos_arm64 = MetalPerformanceShadersGraph
compilerOpts.tvos_arm64 = -framework MetalPerformanceShadersGraph
linkerOpts.tvos_arm64 = -framework MetalPerformanceShadersGraph
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.OSLog
modules = OSLog
compilerOpts = -framework OSLog
linkerOpts = -framework OSLog
#Disabled: Not officially available for tvos
+1 -1
View File
@@ -1,4 +1,4 @@
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 depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UniformTypeIdentifiers UserNotifications darwin posix
language = Objective-C language = Objective-C
package = platform.Photos package = platform.Photos
modules = Photos modules = Photos
+1 -1
View File
@@ -1,4 +1,4 @@
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon Photos QuartzCore Security UIKit UserNotifications darwin posix depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreLocation CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon Photos QuartzCore Security UIKit UniformTypeIdentifiers UserNotifications darwin posix
language = Objective-C language = Objective-C
package = platform.PhotosUI package = platform.PhotosUI
modules = PhotosUI modules = PhotosUI
+1 -1
View File
@@ -1,4 +1,4 @@
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UserNotifications darwin posix depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreImage CoreMedia CoreText CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UIKit UniformTypeIdentifiers UserNotifications darwin posix
language = Objective-C language = Objective-C
package = platform.ReplayKit package = platform.ReplayKit
modules = ReplayKit modules = ReplayKit
@@ -1,4 +1,4 @@
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security darwin posix depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo EAGL Foundation IOSurface ImageIO MediaToolbox Metal OpenGLESCommon QuartzCore Security UniformTypeIdentifiers darwin posix
language = Objective-C language = Objective-C
package = platform.SoundAnalysis package = platform.SoundAnalysis
modules = SoundAnalysis modules = SoundAnalysis
@@ -0,0 +1,6 @@
language = Objective-C
package = platform.SwiftUI
modules = SwiftUI
compilerOpts = -framework SwiftUI
linkerOpts = -framework SwiftUI
#Disabled: Swift-only framework
@@ -0,0 +1,6 @@
depends = CFNetwork CoreFoundation Foundation Security darwin posix
language = Objective-C
package = platform.UniformTypeIdentifiers
modules = UniformTypeIdentifiers
compilerOpts = -framework UniformTypeIdentifiers
linkerOpts = -framework UniformTypeIdentifiers
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CFNetwork CoreFoundation CoreGraphics CoreML CoreVideo Foundation IOSurface ImageIO Metal Security darwin posix depends = CFNetwork CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo Foundation IOSurface ImageIO Metal OpenGLESCommon Security darwin posix
language = Objective-C language = Objective-C
package = platform.Vision package = platform.Vision
modules = Vision modules = Vision
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._AVKit_SwiftUI
modules = _AVKit_SwiftUI
compilerOpts = -framework _AVKit_SwiftUI
linkerOpts = -framework _AVKit_SwiftUI
#Disabled: Unavailable
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._AuthenticationServices_SwiftUI
modules = _AuthenticationServices_SwiftUI
compilerOpts = -framework _AuthenticationServices_SwiftUI
linkerOpts = -framework _AuthenticationServices_SwiftUI
#Disabled: Unavailable
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._HomeKit_SwiftUI
modules = _HomeKit_SwiftUI
compilerOpts = -framework _HomeKit_SwiftUI
linkerOpts = -framework _HomeKit_SwiftUI
#Disabled: Unavailable
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._MapKit_SwiftUI
modules = _MapKit_SwiftUI
compilerOpts = -framework _MapKit_SwiftUI
linkerOpts = -framework _MapKit_SwiftUI
#Disabled: Unavailable
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._SceneKit_SwiftUI
modules = _SceneKit_SwiftUI
compilerOpts = -framework _SceneKit_SwiftUI
linkerOpts = -framework _SceneKit_SwiftUI
#Disabled: Unavailable
@@ -0,0 +1,6 @@
language = Objective-C
package = platform._SpriteKit_SwiftUI
modules = _SpriteKit_SwiftUI
compilerOpts = -framework _SpriteKit_SwiftUI
linkerOpts = -framework _SpriteKit_SwiftUI
#Disabled: Unavailable
+2 -1
View File
@@ -31,7 +31,8 @@ headerFilter = **
excludedFunctions = __tg_promote KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN \ excludedFunctions = __tg_promote KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN \
asl_decode_buffer asl_encode_buffer asl_remove_index \ asl_decode_buffer asl_encode_buffer asl_remove_index \
averunnable dbm_forder pidlock ttyaction ttylock ttymsg ttyunlock uuid_generate_early_random averunnable dbm_forder pidlock ttyaction ttylock ttymsg ttyunlock uuid_generate_early_random \
vm_stats
compilerOpts = -D_XOPEN_SOURCE -DSYSCTL_DEF_ENABLED compilerOpts = -D_XOPEN_SOURCE -DSYSCTL_DEF_ENABLED
linkerOpts = -ldl -lz -lbz2 -lcompression -late linkerOpts = -ldl -lz -lbz2 -lcompression -late
+1
View File
@@ -19,6 +19,7 @@ linkerOpts = -ldl -lresolv
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries \ excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries \
uuid_generate_early_random setgrfile uuid_generate_early_random setgrfile
excludedFunctions.tvos_arm64 = longjmperror excludedFunctions.tvos_arm64 = longjmperror
excludedFunctions.tvos_x64 = pthread_jit_write_protect_np pthread_jit_write_protect_supported_np
--- ---
// Wrapper to access errno variable. // Wrapper to access errno variable.