Skip to content

DeviceDiscoveryExtension iOS xcode14.0 beta2

Israel Soto edited this page Aug 24, 2022 · 3 revisions

#DeviceDiscoveryExtension.framework https://github.com/xamarin/xamarin-macios/pull/15741

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDEvent.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDEvent.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDEvent.h	2022-05-31 14:53:01.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/DeviceDiscoveryExtension.framework/Headers/DDEvent.h	2022-06-17 15:29:56.000000000 -0400
@@ -52,7 +52,7 @@
 /// Device-related event (e.g. found, lost).
 DD_EXTERN
 API_AVAILABLE( ios( 16.0 ) )
-@interface DDEventDevice : DDEvent
+@interface DDDeviceEvent : DDEvent
 
 /// Initializes a device event.
 - (instancetype) initWithEventType:(DDEventType) type device:(DDDevice *) device;
@@ -62,13 +62,6 @@
 
 @end
 
-/// Device-related event (e.g. found, lost).
-DD_EXTERN
-API_AVAILABLE( ios( 16.0 ) )
-@interface DDDeviceEvent : DDEventDevice
-
-@end
-
 //===========================================================================================================================
 /// Reports the one or more devices are present changes.
 DD_EXTERN
Clone this wiki locally