[K/N] Update watchOS platform libraries for Xcode 13.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
depends = CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreMedia CoreVideo Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.AVFAudio
|
||||
|
||||
modules = AVFAudio
|
||||
compilerOpts = -framework AVFAudio
|
||||
linkerOpts = -framework AVFAudio
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMedia CoreVideo Foundation ImageIO Security UniformTypeIdentifiers darwin posix
|
||||
depends = AVFAudio CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreMedia CoreVideo Foundation ImageIO Security UniformTypeIdentifiers darwin posix
|
||||
language = Objective-C
|
||||
package = platform.AVFoundation
|
||||
modules = AVFoundation
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
language = Objective-C
|
||||
package = platform.CHIP
|
||||
headers = CHIP/CHIP.h
|
||||
|
||||
headerFilter = CHIP/**
|
||||
|
||||
compilerOpts = -framework CHIP
|
||||
linkerOpts = -framework CHIP
|
||||
# https://github.com/project-chip/connectedhomeip
|
||||
# Not officially available.
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation CoreGraphics CoreText Foundation Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreLocationUI
|
||||
|
||||
modules = CoreLocationUI
|
||||
compilerOpts = -framework CoreLocationUI
|
||||
linkerOpts = -framework CoreLocationUI
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CoreMIDI
|
||||
|
||||
modules = CoreMIDI
|
||||
compilerOpts = -framework CoreMIDI
|
||||
linkerOpts = -framework CoreMIDI
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.CryptoTokenKit
|
||||
|
||||
modules = CryptoTokenKit
|
||||
compilerOpts = -framework CryptoTokenKit
|
||||
linkerOpts = -framework CryptoTokenKit
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.DataDetection
|
||||
|
||||
modules = DataDetection
|
||||
compilerOpts = -framework DataDetection
|
||||
linkerOpts = -framework DataDetection
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = CoreFoundation CoreGraphics CoreLocation Foundation Security darwin posix
|
||||
depends = CoreFoundation CoreGraphics CoreLocation Foundation Security UserNotifications darwin posix
|
||||
language = Objective-C
|
||||
package = platform.Intents
|
||||
modules = Intents
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFoundation CoreFoundation CoreGraphics CoreMedia Foundation Security darwin posix
|
||||
depends = AVFoundation CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMedia CoreVideo Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.MediaPlayer
|
||||
modules = MediaPlayer
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
language = Objective-C
|
||||
package = platform.MusicKit
|
||||
|
||||
modules = MusicKit
|
||||
compilerOpts = -framework MusicKit
|
||||
linkerOpts = -framework MusicKit
|
||||
#Disabled: Swift-only framework
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.NearbyInteraction
|
||||
|
||||
modules = NearbyInteraction
|
||||
compilerOpts = -framework NearbyInteraction
|
||||
linkerOpts = -framework NearbyInteraction
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.OSLog
|
||||
|
||||
modules = OSLog
|
||||
compilerOpts = -framework OSLog
|
||||
linkerOpts = -framework OSLog
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = AVFAudio CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreMedia CoreVideo Foundation Security darwin posix
|
||||
language = Objective-C
|
||||
package = platform.ShazamKit
|
||||
|
||||
modules = ShazamKit
|
||||
compilerOpts = -framework ShazamKit
|
||||
linkerOpts = -framework ShazamKit
|
||||
@@ -1,4 +1,4 @@
|
||||
depends = AVFoundation CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreML CoreMedia CoreVideo Foundation ImageIO Security UniformTypeIdentifiers darwin posix
|
||||
depends = AVFAudio AVFoundation CoreAudio CoreAudioTypes CoreFoundation CoreGraphics CoreMIDI CoreML CoreMedia CoreVideo Foundation ImageIO Security UniformTypeIdentifiers darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SoundAnalysis
|
||||
modules = SoundAnalysis
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
language = Objective-C
|
||||
package = platform.TabularData
|
||||
|
||||
modules = TabularData
|
||||
compilerOpts = -framework TabularData
|
||||
linkerOpts = -framework TabularData
|
||||
#Disabled: Swift-only framework
|
||||
@@ -0,0 +1,8 @@
|
||||
depends = CoreFoundation CoreGraphics CoreText Foundation Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.UserNotificationsUI
|
||||
|
||||
modules = UserNotificationsUI
|
||||
compilerOpts = -framework UserNotificationsUI
|
||||
linkerOpts = -framework UserNotificationsUI
|
||||
# Disabled: Not officially available for watchOS.
|
||||
@@ -0,0 +1,8 @@
|
||||
depends = CoreData CoreFoundation Foundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform._CoreData_CloudKit
|
||||
|
||||
modules = _CoreData_CloudKit
|
||||
compilerOpts = -framework _CoreData_CloudKit
|
||||
linkerOpts = -framework _CoreData_CloudKit
|
||||
#Provides <CoreData/NSPersistentCloudKitContainer_Sharing.h>. Why is it so complicated?
|
||||
@@ -0,0 +1,7 @@
|
||||
language = Objective-C
|
||||
package = platform._CoreLocationUI_SwiftUI
|
||||
|
||||
modules = _CoreLocationUI_SwiftUI
|
||||
compilerOpts = -framework _CoreLocationUI_SwiftUI
|
||||
linkerOpts = -framework _CoreLocationUI_SwiftUI
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,7 @@
|
||||
language = Objective-C
|
||||
package = platform._MusicKit_SwiftUI
|
||||
|
||||
modules = _MusicKit_SwiftUI
|
||||
compilerOpts = -framework _MusicKit_SwiftUI
|
||||
linkerOpts = -framework _MusicKit_SwiftUI
|
||||
#Disabled: Unavailable
|
||||
@@ -21,6 +21,7 @@ excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdire
|
||||
getcontext makecontext setcontext swapcontext
|
||||
excludedFunctions.watchos_arm32 = longjmperror
|
||||
excludedFunctions.watchos_arm64 = longjmperror
|
||||
excludedFunctions.watchos_simulator_arm64 = longjmperror
|
||||
excludedFunctions.watchos_x86 = pthread_jit_write_protect_np pthread_jit_write_protect_supported_np
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user