Skip to content

HomeKit iOS xcode14.1 b3

Israel Soto edited this page Sep 28, 2022 · 3 revisions

#HomeKit.framework https://github.com/xamarin/xamarin-macios/pull/16069

diff -ruN /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMAccessory.h /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMAccessory.h
--- /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMAccessory.h	2022-09-09 10:37:18.000000000 -0500
+++ /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMAccessory.h	2022-09-22 08:12:06.000000000 -0500
@@ -136,6 +136,11 @@
 @property (readonly) BOOL supportsIdentify API_AVAILABLE(ios(11.3), watchos(4.3), tvos(11.3));
 
 /*!
+ *  @abstract   The node identifier used to identify the device on Apple’s Matter fabric.
+ */
+@property (nullable, readonly, copy, nonatomic) NSNumber *matterNodeID NS_REFINED_FOR_SWIFT API_AVAILABLE(ios(16.1), watchos(9.1), tvos(16.1), macCatalyst(16.1), macos(13.0));
+
+/*!
  * @brief This method is used to change the name of the accessory.
  *
  * @param name New name for the accessory.
Clone this wiki locally