-
Notifications
You must be signed in to change notification settings - Fork 522
NetworkExtension tvOS xcode16.3 b2
Rolf Bjarne Kvinge edited this page Mar 20, 2025
·
2 revisions
#NetworkExtension.framework https://github.com/dotnet/macios/pull/22440
diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelayManager.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelayManager.h
--- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelayManager.h 2025-02-07 23:09:57
+++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/NetworkExtension.framework/Headers/NERelayManager.h 2025-02-22 09:06:06
@@ -136,6 +136,11 @@
@property (getter=isEnabled) BOOL enabled;
/*!
+ * @property uiToggleEnabled
+ * @discussion Determines if the user will have the ability to enable and disable the relay */
+@property (getter=isUIToggleEnabled) BOOL UIToggleEnabled;
+
+/*!
* @property relays
* @discussion An array of relay configurations describing one or more relay hops.
*/