-
Notifications
You must be signed in to change notification settings - Fork 549
SystemConfiguration iOS xcode16.0 b1
Rolf Bjarne Kvinge edited this page Jun 18, 2024
·
2 revisions
#SystemConfiguration.framework
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h 2024-04-18 07:20:22
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkConnection.h 2024-05-31 06:48:56
@@ -254,8 +254,8 @@
Boolean
SCNetworkConnectionCopyUserPreferences (
CFDictionaryRef __nullable selectionOptions,
- CFStringRef __nonnull * __nullable serviceID,
- CFDictionaryRef __nonnull * __nullable userOptions
+ CFStringRef __nullable * __nonnull serviceID,
+ CFDictionaryRef __nullable * __nonnull userOptions
) API_AVAILABLE(macos(10.3)) API_UNAVAILABLE(ios, tvos, watchos);
diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h 2024-05-02 05:32:41
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCSchemaDefinitions.h 2024-05-31 06:47:58
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2022 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2023 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
@@ -344,21 +344,27 @@
* kSCPropNetProxiesFTPPassive "FTPPassive" CFNumber (0 or 1)
* kSCPropNetProxiesFTPPort "FTPPort" CFNumber
* kSCPropNetProxiesFTPProxy "FTPProxy" CFString
+ * kSCPropNetProxiesFTPUser "FTPUser" CFString
* kSCPropNetProxiesGopherEnable "GopherEnable" CFNumber (0 or 1)
* kSCPropNetProxiesGopherPort "GopherPort" CFNumber
* kSCPropNetProxiesGopherProxy "GopherProxy" CFString
+ * kSCPropNetProxiesGopherUser "GopherUser" CFString
* kSCPropNetProxiesHTTPEnable "HTTPEnable" CFNumber (0 or 1)
* kSCPropNetProxiesHTTPPort "HTTPPort" CFNumber
* kSCPropNetProxiesHTTPProxy "HTTPProxy" CFString
+ * kSCPropNetProxiesHTTPUser "HTTPUser" CFString
* kSCPropNetProxiesHTTPSEnable "HTTPSEnable" CFNumber (0 or 1)
* kSCPropNetProxiesHTTPSPort "HTTPSPort" CFNumber
* kSCPropNetProxiesHTTPSProxy "HTTPSProxy" CFString
+ * kSCPropNetProxiesHTTPSUser "HTTPSUser" CFString
* kSCPropNetProxiesRTSPEnable "RTSPEnable" CFNumber (0 or 1)
* kSCPropNetProxiesRTSPPort "RTSPPort" CFNumber
* kSCPropNetProxiesRTSPProxy "RTSPProxy" CFString
+ * kSCPropNetProxiesRTSPUser "RTSPUser" CFString
* kSCPropNetProxiesSOCKSEnable "SOCKSEnable" CFNumber (0 or 1)
* kSCPropNetProxiesSOCKSPort "SOCKSPort" CFNumber
* kSCPropNetProxiesSOCKSProxy "SOCKSProxy" CFString
+ * kSCPropNetProxiesSOCKSUser "SOCKSUser" CFString
* kSCPropNetProxiesProxyAutoConfigEnable "ProxyAutoConfigEnable" CFNumber (0 or 1)
* kSCPropNetProxiesProxyAutoConfigJavaScript "ProxyAutoConfigJavaScript" CFString
* kSCPropNetProxiesProxyAutoConfigURLString "ProxyAutoConfigURLString" CFString
@@ -661,7 +667,7 @@
@const kSCEntNetPPTP
@discussion Value is a CFDictionary
*/
-extern const CFStringRef kSCEntNetPPTP API_DEPRECATED("No longer supported", macos(10.3,10.12)) API_UNAVAILABLE(ios, tvos, watchos);
+extern const CFStringRef kSCEntNetPPTP API_DEPRECATED("No longer supported", macos(10.3,10.12)) API_UNAVAILABLE(ios);
#define kSCEntNetPPTP kSCEntNetPPTP
/*!
@@ -1008,7 +1014,7 @@
/*!
@const kSCValNetInterfaceSubTypePPTP
*/
-extern const CFStringRef kSCValNetInterfaceSubTypePPTP API_DEPRECATED("No longer supported", macos(10.2,10.12)) API_UNAVAILABLE(ios, tvos, watchos);
+extern const CFStringRef kSCValNetInterfaceSubTypePPTP API_DEPRECATED("No longer supported", macos(10.2,10.12)) API_UNAVAILABLE(ios);
#define kSCValNetInterfaceSubTypePPTP kSCValNetInterfaceSubTypePPTP
/*!
@@ -2015,6 +2021,13 @@
#define kSCPropNetProxiesFTPProxy kSCPropNetProxiesFTPProxy
/*!
+ @const kSCPropNetProxiesFTPUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesFTPUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesFTPUser kSCPropNetProxiesFTPUser
+
+/*!
@const kSCPropNetProxiesGopherEnable
@discussion Value is a CFNumber (0 or 1)
*/
@@ -2036,6 +2049,13 @@
#define kSCPropNetProxiesGopherProxy kSCPropNetProxiesGopherProxy
/*!
+ @const kSCPropNetProxiesGopherUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesGopherUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesGopherUser kSCPropNetProxiesGopherUser
+
+/*!
@const kSCPropNetProxiesHTTPEnable
@discussion Value is a CFNumber (0 or 1)
*/
@@ -2057,6 +2077,13 @@
#define kSCPropNetProxiesHTTPProxy kSCPropNetProxiesHTTPProxy
/*!
+ @const kSCPropNetProxiesHTTPUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesHTTPUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesHTTPUser kSCPropNetProxiesHTTPUser
+
+/*!
@const kSCPropNetProxiesHTTPSEnable
@discussion Value is a CFNumber (0 or 1)
*/
@@ -2078,6 +2105,13 @@
#define kSCPropNetProxiesHTTPSProxy kSCPropNetProxiesHTTPSProxy
/*!
+ @const kSCPropNetProxiesHTTPSUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesHTTPSUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesHTTPSUser kSCPropNetProxiesHTTPSUser
+
+/*!
@const kSCPropNetProxiesRTSPEnable
@discussion Value is a CFNumber (0 or 1)
*/
@@ -2099,6 +2133,13 @@
#define kSCPropNetProxiesRTSPProxy kSCPropNetProxiesRTSPProxy
/*!
+ @const kSCPropNetProxiesRTSPUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesRTSPUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesRTSPUser kSCPropNetProxiesRTSPUser
+
+/*!
@const kSCPropNetProxiesSOCKSEnable
@discussion Value is a CFNumber (0 or 1)
*/
@@ -2118,6 +2159,13 @@
*/
extern const CFStringRef kSCPropNetProxiesSOCKSProxy API_AVAILABLE(macos(10.1)) API_UNAVAILABLE(ios, tvos, watchos);
#define kSCPropNetProxiesSOCKSProxy kSCPropNetProxiesSOCKSProxy
+
+/*!
+ @const kSCPropNetProxiesSOCKSUser
+ @discussion Value is a CFString
+ */
+extern const CFStringRef kSCPropNetProxiesSOCKSUser API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, tvos, watchos);
+#define kSCPropNetProxiesSOCKSUser kSCPropNetProxiesSOCKSUser
/*!
@const kSCPropNetProxiesProxyAutoConfigEnable