Skip to content

NetworkExtension tvOS xcode16.2 b3

Rolf Bjarne Kvinge edited this page Nov 21, 2024 · 2 revisions

#NetworkExtension.framework

diff -ruN /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEFilterManager.h /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEFilterManager.h
--- /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEFilterManager.h	2024-10-26 06:00:47
+++ /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NEFilterManager.h	2024-11-11 11:01:59
@@ -128,7 +128,7 @@
 /*!
  * @property disableEncryptedDNSSettings
  * @discussion Causes the content filter to disable any other installed encrypted DNS settings. This should only be used if
- * the content filter expects to intercept cleartext UDP DNS packets.
+ * the content filter expects to intercept cleartext UDP DNS packets.  On macOS disables encrypted DNS for Privacy Proxies.
  */
 @property (assign) BOOL disableEncryptedDNSSettings API_AVAILABLE(macos(15.0)) API_UNAVAILABLE(ios, watchos, tvos);
 
Clone this wiki locally