[Xcode 12] macOS frameworks
This commit is contained in:
committed by
Sergey Bogolepov
parent
4e50edf619
commit
2e12583c0a
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.AGL
|
||||
modules = AGL
|
||||
compilerOpts = -framework AGL
|
||||
linkerOpts = -framework AGL
|
||||
#Disabled: Deprecated.
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.AppleScriptKit
|
||||
modules = AppleScriptKit
|
||||
compilerOpts = -framework AppleScriptKit
|
||||
linkerOpts = -framework AppleScriptKit
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.AppleScriptObjC
|
||||
modules = AppleScriptObjC
|
||||
compilerOpts = -framework AppleScriptObjC
|
||||
linkerOpts = -framework AppleScriptObjC
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.AudioVideoBridging
|
||||
modules = AudioVideoBridging
|
||||
compilerOpts = -framework AudioVideoBridging
|
||||
linkerOpts = -framework AudioVideoBridging
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Automator
|
||||
modules = Automator
|
||||
compilerOpts = -framework Automator
|
||||
linkerOpts = -framework Automator
|
||||
#Disabled: depends on Carbon.
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.CalendarStore
|
||||
modules = CalendarStore
|
||||
compilerOpts = -framework CalendarStore
|
||||
linkerOpts = -framework CalendarStore
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Carbon
|
||||
modules = Carbon
|
||||
compilerOpts = -framework Carbon
|
||||
linkerOpts = -framework Carbon
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,7 @@
|
||||
depends = CoreFoundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.ColorSync
|
||||
modules = ColorSync
|
||||
compilerOpts = -framework ColorSync
|
||||
linkerOpts = -framework ColorSync
|
||||
#Disabled: ColorSync is a part of ApplicationServices framework.
|
||||
@@ -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,6 @@
|
||||
language = Objective-C
|
||||
package = platform.CoreDisplay
|
||||
modules = CoreDisplay
|
||||
compilerOpts = -framework CoreDisplay
|
||||
linkerOpts = -framework CoreDisplay
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.CoreMIDIServer
|
||||
modules = CoreMIDIServer
|
||||
compilerOpts = -framework CoreMIDIServer
|
||||
linkerOpts = -framework CoreMIDIServer
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.CoreMediaIO
|
||||
modules = CoreMediaIO
|
||||
compilerOpts = -framework CoreMediaIO
|
||||
linkerOpts = -framework CoreMediaIO
|
||||
#Disabled: Unavailable
|
||||
@@ -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.DVDPlayback
|
||||
modules = DVDPlayback
|
||||
compilerOpts = -framework DVDPlayback
|
||||
linkerOpts = -framework DVDPlayback
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.DirectoryService
|
||||
modules = DirectoryService
|
||||
compilerOpts = -framework DirectoryService
|
||||
linkerOpts = -framework DirectoryService
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.DiscRecording
|
||||
modules = DiscRecording
|
||||
compilerOpts = -framework DiscRecording
|
||||
linkerOpts = -framework DiscRecording
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.DiscRecordingUI
|
||||
modules = DiscRecordingUI
|
||||
compilerOpts = -framework DiscRecordingUI
|
||||
linkerOpts = -framework DiscRecordingUI
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.DriverKit
|
||||
modules = DriverKit
|
||||
compilerOpts = -framework DriverKit
|
||||
linkerOpts = -framework DriverKit
|
||||
#Disabled: part of DriverKit
|
||||
@@ -6,4 +6,4 @@ modules = GameKit
|
||||
compilerOpts = -framework GameKit
|
||||
linkerOpts = -framework GameKit
|
||||
|
||||
excludedFunctions = GKVoiceChatServiceErrorDomain
|
||||
excludedFunctions = GKVoiceChatServiceErrorDomain
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.HIDDriverKit
|
||||
modules = HIDDriverKit
|
||||
compilerOpts = -framework HIDDriverKit
|
||||
linkerOpts = -framework HIDDriverKit
|
||||
#Disabled: part of DriverKit
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.ICADevices
|
||||
modules = ICADevices
|
||||
compilerOpts = -framework ICADevices
|
||||
linkerOpts = -framework ICADevices
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.IMServicePlugIn
|
||||
modules = IMServicePlugIn
|
||||
compilerOpts = -framework IMServicePlugIn
|
||||
linkerOpts = -framework IMServicePlugIn
|
||||
#Disabled: Unavailable
|
||||
@@ -6,4 +6,4 @@ modules = IOKit
|
||||
compilerOpts = -framework IOKit
|
||||
linkerOpts = -framework IOKit
|
||||
|
||||
excludedFunctions = IOURLWriteDataAndPropertiesToResource
|
||||
excludedFunctions = IOURLWriteDataAndPropertiesToResource
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.InputMethodKit
|
||||
modules = InputMethodKit
|
||||
compilerOpts = -framework InputMethodKit
|
||||
linkerOpts = -framework InputMethodKit
|
||||
#Disabled: Deprecated
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.InstallerPlugins
|
||||
modules = InstallerPlugins
|
||||
compilerOpts = -framework InstallerPlugins
|
||||
linkerOpts = -framework InstallerPlugins
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.InstantMessage
|
||||
modules = InstantMessage
|
||||
compilerOpts = -framework InstantMessage
|
||||
linkerOpts = -framework InstantMessage
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreLocation CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
|
||||
language = Objective-C
|
||||
package = platform.Intents
|
||||
modules = Intents
|
||||
compilerOpts = -framework Intents
|
||||
linkerOpts = -framework Intents
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.JavaFrameEmbedding
|
||||
modules = JavaFrameEmbedding
|
||||
compilerOpts = -framework JavaFrameEmbedding
|
||||
linkerOpts = -framework JavaFrameEmbedding
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.JavaVM
|
||||
modules = JavaVM
|
||||
compilerOpts = -framework JavaVM
|
||||
linkerOpts = -framework JavaVM
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Kerberos
|
||||
modules = Kerberos
|
||||
compilerOpts = -framework Kerberos
|
||||
linkerOpts = -framework Kerberos
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Kernel
|
||||
modules = Kernel
|
||||
compilerOpts = -framework Kernel
|
||||
linkerOpts = -framework Kernel
|
||||
#Disabled: Framework without module
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.LDAP
|
||||
modules = LDAP
|
||||
compilerOpts = -framework LDAP
|
||||
linkerOpts = -framework LDAP
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.LatentSemanticMapping
|
||||
modules = LatentSemanticMapping
|
||||
compilerOpts = -framework LatentSemanticMapping
|
||||
linkerOpts = -framework LatentSemanticMapping
|
||||
#Disabled: Framework without module
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Message
|
||||
modules = Message
|
||||
compilerOpts = -framework Message
|
||||
linkerOpts = -framework Message
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.MorphunAssetsUpdater
|
||||
modules = MorphunAssetsUpdater
|
||||
compilerOpts = -framework MorphunAssetsUpdater
|
||||
linkerOpts = -framework MorphunAssetsUpdater
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.NetFS
|
||||
modules = NetFS
|
||||
compilerOpts = -framework NetFS
|
||||
linkerOpts = -framework NetFS
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.NetworkingDriverKit
|
||||
modules = NetworkingDriverKit
|
||||
compilerOpts = -framework NetworkingDriverKit
|
||||
linkerOpts = -framework NetworkingDriverKit
|
||||
#Disabled: part of DriverKit
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.OSAKit
|
||||
modules = OSAKit
|
||||
compilerOpts = -framework OSAKit
|
||||
linkerOpts = -framework OSAKit
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.OpenAL
|
||||
modules = OpenAL
|
||||
compilerOpts = -framework OpenAL
|
||||
linkerOpts = -framework OpenAL
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.OpenCL
|
||||
modules = OpenCL
|
||||
compilerOpts = -framework OpenCL
|
||||
linkerOpts = -framework OpenCL
|
||||
#Disabled: Unavailable
|
||||
@@ -6,4 +6,4 @@ modules = OpenDirectory
|
||||
compilerOpts = -framework OpenDirectory
|
||||
linkerOpts = -framework OpenDirectory
|
||||
|
||||
excludedFunctions = kODAuthenticationTypeClearTextReadOnly kODAuthenticationTypeSetCertificateHashAsCurrent
|
||||
excludedFunctions = kODAuthenticationTypeClearTextReadOnly kODAuthenticationTypeSetCertificateHashAsCurrent
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.PCIDriverKit
|
||||
modules = PCIDriverKit
|
||||
compilerOpts = -framework PCIDriverKit
|
||||
linkerOpts = -framework PCIDriverKit
|
||||
#Disabled: part of DriverKit
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.PCSC
|
||||
modules = PCSC
|
||||
compilerOpts = -framework PCSC
|
||||
linkerOpts = -framework PCSC
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Python
|
||||
modules = Python
|
||||
compilerOpts = -framework Python
|
||||
linkerOpts = -framework Python
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.QTKit
|
||||
modules = QTKit
|
||||
compilerOpts = -framework QTKit
|
||||
linkerOpts = -framework QTKit
|
||||
#Disabled: Unavailable
|
||||
@@ -6,4 +6,4 @@ modules = Quartz
|
||||
compilerOpts = -framework Quartz
|
||||
linkerOpts = -framework Quartz
|
||||
|
||||
excludedFunctions = QCCompositionInputRSSArticleDurationKey QCCompositionInputRSSFeedURLKey QCCompositionProtocolRSSVisualizer
|
||||
excludedFunctions = QCCompositionInputRSSArticleDurationKey QCCompositionInputRSSFeedURLKey QCCompositionProtocolRSSVisualizer
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.RealityKit
|
||||
modules = RealityKit
|
||||
compilerOpts = -framework RealityKit
|
||||
linkerOpts = -framework RealityKit
|
||||
#Disabled: Swift-only framework
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Ruby
|
||||
modules = Ruby
|
||||
compilerOpts = -framework Ruby
|
||||
linkerOpts = -framework Ruby
|
||||
#Disabled: Unavailable
|
||||
@@ -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 @@
|
||||
language = Objective-C
|
||||
package = platform.SyncServices
|
||||
modules = SyncServices
|
||||
compilerOpts = -framework SyncServices
|
||||
linkerOpts = -framework SyncServices
|
||||
#Disabled: Deprecated in 10.7
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.System
|
||||
modules = System
|
||||
compilerOpts = -framework System
|
||||
linkerOpts = -framework System
|
||||
#Disabled: Swift-only framework
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.TWAIN
|
||||
modules = TWAIN
|
||||
compilerOpts = -framework TWAIN
|
||||
linkerOpts = -framework TWAIN
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Tcl
|
||||
modules = Tcl
|
||||
compilerOpts = -framework Tcl
|
||||
linkerOpts = -framework Tcl
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.Tk
|
||||
modules = Tk
|
||||
compilerOpts = -framework Tk
|
||||
linkerOpts = -framework Tk
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.USBDriverKit
|
||||
modules = USBDriverKit
|
||||
compilerOpts = -framework USBDriverKit
|
||||
linkerOpts = -framework USBDriverKit
|
||||
#Disabled: part of DriverKit
|
||||
@@ -0,0 +1,6 @@
|
||||
language = Objective-C
|
||||
package = platform.VideoDecodeAcceleration
|
||||
modules = VideoDecodeAcceleration
|
||||
compilerOpts = -framework VideoDecodeAcceleration
|
||||
linkerOpts = -framework VideoDecodeAcceleration
|
||||
#Disabled: Unavailable
|
||||
@@ -0,0 +1,6 @@
|
||||
depends = CoreFoundation Foundation darwin posix
|
||||
language = Objective-C
|
||||
package = platform.VideoSubscriberAccount
|
||||
modules = VideoSubscriberAccount
|
||||
compilerOpts = -framework VideoSubscriberAccount
|
||||
linkerOpts = -framework VideoSubscriberAccount
|
||||
@@ -20,4 +20,4 @@ excludedFunctions = NPN_Construct NPN_ConvertPoint NPN_CreateObject NPN_DestroyS
|
||||
NPN_UserAgent NPN_Version NPN_Write NPP_ClearSiteData NPP_Destroy NPP_DestroyStream \
|
||||
NPP_GetJavaClass NPP_GetSitesWithData NPP_GetValue NPP_GotFocus NPP_HandleEvent NPP_Initialize \
|
||||
NPP_LostFocus NPP_New NPP_NewStream NPP_Print NPP_SetValue NPP_SetWindow NPP_Shutdown \
|
||||
NPP_StreamAsFile NPP_URLNotify NPP_URLRedirectNotify NPP_Write NPP_WriteReady
|
||||
NPP_StreamAsFile NPP_URLNotify NPP_URLRedirectNotify NPP_Write NPP_WriteReady
|
||||
|
||||
@@ -42,7 +42,9 @@ excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN vm_map_64 vm_mapped
|
||||
initialize_kdb5_error_table initialize_krb5_error_table initialize_kv5m_error_table initialize_prof_error_table \
|
||||
krb5_c_keylengths krb5_c_prf krb5_c_prf_length krb5_c_random_to_key krb5_cc_get_flags krb5_get_fallback_host_realm \
|
||||
ldif_debug libcharset_set_relocation_prefix locale_charset mach_vm_region_info mach_vm_region_info_64 map_fd \
|
||||
nlist os_trace_info_with_payload safe_gets task_wire trace
|
||||
nlist os_trace_info_with_payload safe_gets task_wire trace \
|
||||
pcap_createsrcstr pcap_findalldevs_ex pcap_open pcap_parsesrcstr pcap_remoteact_accept pcap_remoteact_cleanup \
|
||||
pcap_remoteact_close pcap_remoteact_list pcap_setsampling
|
||||
|
||||
linkerOpts = -late -lbsm -lbz2 -lcompression -ledit -lexpat -lform -lkrb5 -llber -lldap -lncurses -lpanel -lpcap -ldtrace
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user