Skip to content

NetworkExtension watchOS 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/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h	2023-06-24 04:13:35
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelay.h	2023-07-14 23:40:46
@@ -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