Skip to content

AVSystemRouting iOS xcode27.0 b2

Alex Soto edited this page Jun 23, 2026 · 2 revisions

#AVSystemRouting.framework

diff -ruN /Applications/Xcode_27.0.0-beta.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
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRoute.h	2026-05-23 04:45:08
+++ /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
@@ -20,7 +20,6 @@
 /// your app launches its counterpart on the remote device, or uses a system-provided
 /// media player.
 API_AVAILABLE(ios(27.0)) API_UNAVAILABLE(tvos, watchos, macos, macCatalyst, visionos)
-NS_REFINED_FOR_SWIFT
 typedef NS_ENUM(NSInteger, AVSystemRouteLaunchMode) {
 	/// Launches the corresponding application on the remote device.
 	///
@@ -59,7 +58,7 @@
 	/// - Important: If `MDESupportsUniversalURLPlayback` is not set to `true`, calls to
 	///              ``AVSystemRouteSession/startWithCompletionHandler:`` fail.
 	AVSystemRouteLaunchModePlayer,
-};
+} NS_REFINED_FOR_SWIFT;
 
 @class AVSystemRouteSession;
 
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRouteController.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRouteController.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRouteController.h	2026-05-23 04:45:08
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AVSystemRouting.framework/Headers/AVSystemRouteController.h	2026-06-17 01:38:59
@@ -93,7 +93,6 @@
 
 /// Values that indicate the reason for a routing event.
 API_AVAILABLE(ios(27.0)) API_UNAVAILABLE(tvos, watchos, macos, macCatalyst, visionos)
-NS_REFINED_FOR_SWIFT
 typedef NS_ENUM(NSInteger, AVSystemRouteEventReason) {
 
 /// A value that indicates a user selected a route in the picker.
@@ -101,7 +100,7 @@
 
 /// A value that indicates a user deselected a route in the picker.
 	AVSystemRouteEventReasonDeactivate,
-};
+} NS_REFINED_FOR_SWIFT;
 
 /// An object that represents an event that occurs on a system route.
 API_AVAILABLE(ios(27.0)) API_UNAVAILABLE(tvos, watchos, macos, macCatalyst, visionos)

Clone this wiki locally