-
Notifications
You must be signed in to change notification settings - Fork 571
DeviceDiscoveryExtension iOS xcode27.0 b1
Alex Soto edited this page Jun 9, 2026
·
1 revision
#DeviceDiscoveryExtension.framework
diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDDevice.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDDevice.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDDevice.h 2026-04-19 00:29:16
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDDevice.h 2026-05-23 03:12:33
@@ -140,13 +140,16 @@
@property (readwrite, copy, nonatomic) NSString *identifier;
/// Current state of media playback on this device.
-@property (readwrite, assign, nonatomic) DDDeviceMediaPlaybackState mediaPlaybackState;
+@property (readwrite, assign, nonatomic) DDDeviceMediaPlaybackState mediaPlaybackState
+API_DEPRECATED( "Please use MediaDeviceExtension", ios( 16.0, 27.0 ) );
/// Title of the media content being played.
-@property (readwrite, copy, nullable, nonatomic) NSString *mediaContentTitle;
+@property (readwrite, copy, nullable, nonatomic) NSString *mediaContentTitle
+API_DEPRECATED( "Please use MediaDeviceExtension", ios( 16.0, 27.0 ) );
/// Subtitle of the media content being played. It can be used to display extra information about the content, such as the name of the artist.
-@property (readwrite, copy, nullable, nonatomic) NSString *mediaContentSubtitle;
+@property (readwrite, copy, nullable, nonatomic) NSString *mediaContentSubtitle
+API_DEPRECATED( "Please use MediaDeviceExtension", ios( 16.0, 27.0 ) );
/// Endpoint to communicate with the device via networking.
@property (readwrite, dd_os_ownership, nullable, nonatomic) nw_endpoint_t networkEndpoint