-
Notifications
You must be signed in to change notification settings - Fork 516
SystemConfiguration macOS xcode13.0 rc
Alex Soto edited this page Sep 14, 2021
·
1 revision
#SystemConfiguration.framework
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCDynamicStore.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCDynamicStore.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCDynamicStore.h 2021-08-09 03:23:36.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCDynamicStore.h 2021-08-03 21:52:37.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001, 2003-2005, 2008-2010, 2015, 2017, 2018, 2020 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2003-2005, 2008-2010, 2015, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -62,8 +62,8 @@
/*!
@typedef SCDynamicStoreContext
- @discussion Structure containing user-specified data and callbacks for an
- SCDynamicStore session.
+ Structure containing user-specified data and callbacks for an
+ SCDynamicStore session.
@field version The version number of the structure type being passed
in as a parameter to the SCDynamicStore creation function.
This structure is version 0.
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConfiguration.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConfiguration.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConfiguration.h 2021-08-07 05:22:58.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConfiguration.h 2021-08-03 21:52:37.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2011, 2015-2018, 2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2004-2011, 2015, 2016, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -41,7 +41,7 @@
system, the network sets, network services, and network
protocols.
- Note: When using the SCNetworkConfiguration APIs you must
+ Note: When using the SCNetworkConfiguraiton APIs you must
keep in mind that in order for any of your changes to be
committed to permanent storage a call must be made to the
SCPreferencesCommitChanges function.
@@ -107,7 +107,7 @@
/*!
@const kSCNetworkInterfaceTypeIrDA
*/
-extern const CFStringRef kSCNetworkInterfaceTypeIrDA API_DEPRECATED("No longer supported", macos(10.4,12.0))
+extern const CFStringRef kSCNetworkInterfaceTypeIrDA API_AVAILABLE(macos(10.4))
API_UNAVAILABLE(ios, tvos, watchos);
/*!
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h 2021-08-07 08:52:42.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h 2021-08-03 21:52:37.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2006, 2008-2010, 2015, 2017, 2018, 2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2003-2006, 2008-2010, 2015, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -213,7 +213,7 @@
"best" SCNetworkConnection.
*/
#define kSCNetworkConnectionSelectionOptionOnDemandHostName CFSTR("OnDemandHostName") // CFString
- // API_AVAILABLE(macos(10.4))
+ // API_AVAILABLE(macos(4.0))
/*!
@@ -222,7 +222,7 @@
already been issued for the specified OnDemand host name.
*/
#define kSCNetworkConnectionSelectionOptionOnDemandRetry CFSTR("OnDemandRetry") // CFBoolean
- // API_AVAILABLE(macos(10.4))
+ // API_AVAILABLE(macos(4.0))
__BEGIN_DECLS
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h 2021-08-07 08:55:31.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h 2021-08-03 21:52:38.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2005, 2008-2010, 2015-2018, 2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2003-2005, 2008-2010, 2015-2016, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -168,7 +168,7 @@
kSCNetworkReachabilityFlagsConnectionOnTraffic = 1<<3,
kSCNetworkReachabilityFlagsInterventionRequired = 1<<4,
kSCNetworkReachabilityFlagsConnectionOnDemand
- API_AVAILABLE(macos(10.6),ios(3.0)) = 1<<5,
+ API_AVAILABLE(macos(6.0),ios(3.0)) = 1<<5,
kSCNetworkReachabilityFlagsIsLocalAddress = 1<<16,
kSCNetworkReachabilityFlagsIsDirect = 1<<17,
kSCNetworkReachabilityFlagsIsWWAN
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h 2021-08-07 05:22:59.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCPreferences.h 2021-08-03 21:52:38.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001, 2003-2005, 2007-2010, 2015, 2017, 2018, 2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2001, 2004, 2005, 2007-2010, 2015, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -84,10 +84,10 @@
*/
typedef CF_OPTIONS(uint32_t, SCPreferencesNotification) {
kSCPreferencesNotificationCommit
- API_AVAILABLE(macos(10.4))
+ API_AVAILABLE(macos(4.0))
API_UNAVAILABLE(ios, tvos, watchos) = 1<<0,
kSCPreferencesNotificationApply
- API_AVAILABLE(macos(10.4))
+ API_AVAILABLE(macos(4.0))
API_UNAVAILABLE(ios, tvos, watchos) = 1<<1
};
diff -ruN /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SystemConfiguration.h /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SystemConfiguration.h
--- /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SystemConfiguration.h 2021-08-07 08:55:31.000000000 -0400
+++ /Applications/Xcode_13.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SystemConfiguration.h 2021-08-03 21:52:37.000000000 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2004, 2006, 2008-2010, 2012, 2015, 2017, 2018, 2021 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2004, 2006, 2008-2010, 2012, 2015, 2018 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -107,11 +107,11 @@
* SCNetworkConnection error codes
*/
kSCStatusConnectionNoService
- API_AVAILABLE(macos(10.6))
+ API_AVAILABLE(macos(6.0))
API_UNAVAILABLE(ios, tvos, watchos)
= 5001, /* Network service for connection not available */
kSCStatusConnectionIgnore
- API_AVAILABLE(macos(10.9))
+ API_AVAILABLE(macos(9.0))
API_UNAVAILABLE(ios, tvos, watchos)
= 5002, /* Network connection information not available at this time */
};
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status