-
Notifications
You must be signed in to change notification settings - Fork 514
Network watchOS 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/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Network.framework/Headers/error.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Network.framework/Headers/error.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Network.framework/Headers/error.h 2023-05-20 00:07:20
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Network.framework/Headers/error.h 2023-06-13 02:01:01
@@ -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;
- 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