-
Notifications
You must be signed in to change notification settings - Fork 572
AVSystemRouting iOS xcode27.0 b3
Alex Soto edited this page Jul 7, 2026
·
1 revision
#AVSystemRouting.framework
diff -ruN /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRoute.h /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRoute.h
--- /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRoute.h 2026-06-17 01:38:59
+++ /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRoute.h 2026-06-30 00:59:47
@@ -278,7 +278,7 @@
/// The playback control interface for the remote session.
///
/// This property is always non-nil when obtained from a successful call to ``AVSystemRouteSession/start()``.
-@property (readonly, nullable) NSObject<AVInterfaceControllable> *playbackControl;
+@property (readonly, nullable) NSObject<AVPlaybackUserInterfaceControllable> *playbackControl;
/// The data channel for sending and receiving data with the remote application.
///