Skip to content

Network macOS xcode15.0 b2

Manuel de la Pena edited this page Dec 12, 2023 · 2 revisions

#Network.framework https://github.com/xamarin/xamarin-macios/pull/19418

diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/error.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/error.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/error.h	2023-05-20 01:09:20
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Headers/error.h	2023-06-15 00:02:33
@@ -46,7 +46,7 @@
 	nw_error_domain_posix = 1,
 	/*! @const nw_error_domain_dns The error code will be a DNSServiceErrorType error as defined in <dns_sd.h> */
 	nw_error_domain_dns = 2,
-	/*! @const nw_error_domain_tls The error code will be a TLS error as defined in <Security/SecureTransport.h> */
+	/*! @const nw_error_domain_tls The error code will be a TLS error as defined in <Security/SecBase.h> */
 	nw_error_domain_tls = 3
 } nw_error_domain_t;
 
Clone this wiki locally