SystemConfiguration Changes for Swift
SystemConfiguration
Modified SCBondStatus
Name | Declaration | |
---|---|---|
From | SCBondStatusRef | typealias SCBondStatusRef = SCBondStatus |
To | SCBondStatus | class SCBondStatus { } |
Modified SCDynamicStore
Name | Declaration | |
---|---|---|
From | SCDynamicStoreRef | typealias SCDynamicStoreRef = SCDynamicStore |
To | SCDynamicStore | class SCDynamicStore { } |
Modified SCNetworkConnection
Name | Declaration | |
---|---|---|
From | SCNetworkConnectionRef | typealias SCNetworkConnectionRef = SCNetworkConnection |
To | SCNetworkConnection | class SCNetworkConnection { } |
Modified SCNetworkInterface
Name | Declaration | |
---|---|---|
From | SCNetworkInterfaceRef | typealias SCNetworkInterfaceRef = SCNetworkInterface |
To | SCNetworkInterface | class SCNetworkInterface { } |
Modified SCNetworkProtocol
Name | Declaration | |
---|---|---|
From | SCNetworkProtocolRef | typealias SCNetworkProtocolRef = SCNetworkProtocol |
To | SCNetworkProtocol | class SCNetworkProtocol { } |
Modified SCNetworkReachability
Name | Declaration | |
---|---|---|
From | SCNetworkReachabilityRef | typealias SCNetworkReachabilityRef = SCNetworkReachability |
To | SCNetworkReachability | class SCNetworkReachability { } |
Modified SCNetworkService
Name | Declaration | |
---|---|---|
From | SCNetworkServiceRef | typealias SCNetworkServiceRef = SCNetworkService |
To | SCNetworkService | class SCNetworkService { } |
Modified SCNetworkSet
Name | Declaration | |
---|---|---|
From | SCNetworkSetRef | typealias SCNetworkSetRef = SCNetworkSet |
To | SCNetworkSet | class SCNetworkSet { } |
Modified SCPreferences
Name | Declaration | |
---|---|---|
From | SCPreferencesRef | typealias SCPreferencesRef = SCPreferences |
To | SCPreferences | class SCPreferences { } |
Modified SCBondInterface
Declaration | |
---|---|
From | typealias SCBondInterfaceRef = SCBondInterface |
To | typealias SCBondInterface = SCNetworkInterfaceRef |