-
Notifications
You must be signed in to change notification settings - Fork 515
Network iOS xcode14.3 beta1
Alex Soto edited this page Mar 15, 2023
·
2 revisions
#Network.framework https://github.com/xamarin/xamarin-macios/pull/17810
diff -ruN /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h
--- /Applications/Xcode_14.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h 2022-10-06 13:22:25
+++ /Applications/Xcode_14.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Network.framework/Headers/quic_options.h 2023-02-12 00:13:59
@@ -507,6 +507,8 @@
nw_quic_stream_type_bidirectional = 1,
/*! @const nw_quic_stream_type_unidirectional An unidirectional QUIC stream. */
nw_quic_stream_type_unidirectional = 2,
+ /*! @const nw_quic_stream_type_datagram A QUIC datagram stream. */
+ nw_quic_stream_type_datagram = 3,
} nw_quic_stream_type_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