- Notifications
You must be signed in to change notification settings - Fork548
HomeKit MacCatalyst xcode16.3 b2
Rolf Bjarne Kvinge edited this pageMar 17, 2025 ·2 revisions
#HomeKit.frameworkhttps://github.com/dotnet/macios/pull/22414
diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h--- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h2025-02-08 00:39:42+++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h2025-02-26 06:57:53@@ -122,6 +122,7 @@ HMErrorCodeFailedToJoinNetwork API_AVAILABLE(ios(14.0)) = 102, HMErrorCodeAccessoryIsSuspended API_AVAILABLE(ios(15.0)) = 103, HMErrorCodePartialCommunicationFailure API_AVAILABLE(ios(17.4), tvos(17.4), watchos(10.4), visionos(1.1)) API_UNAVAILABLE(macos) = 104,+ HMErrorCodeHomeUpgradeRequired API_AVAILABLE(ios(18.4)) = 105, } API_AVAILABLE(ios(8.0), watchos(2.0), tvos(10.0), macCatalyst(14.0)) API_UNAVAILABLE(macos); NS_ASSUME_NONNULL_END