-
Notifications
You must be signed in to change notification settings - Fork 515
NetworkExtension tvOS xcode15.0 b5
Haritha Mohan edited this page Sep 20, 2023
·
3 revisions
#NetworkExtension.framework https://github.com/xamarin/xamarin-macios/pull/19059
diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h 2023-06-24 03:28:36
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h 2023-07-14 23:35:40
@@ -35,6 +35,12 @@
@property (copy, nullable) NSURL *HTTP2RelayURL;
/*!
+ * @property dnsOverHTTPSURL
+ * @discussion The URL of a DNS-over-HTTPS (DoH) resolver accessible via the relay.
+ */
+@property (copy, nullable) NSURL *dnsOverHTTPSURL;
+
+/*!
* @property additionalHTTPHeaderFields
* @discussion Additional HTTP header field names and values to be added to all relay requests.
*/
- 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