Skip to content

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.
  */
Clone this wiki locally