-
Notifications
You must be signed in to change notification settings - Fork 519
HomeKit tvOS xcode16.3 b2
Rolf Bjarne Kvinge edited this page Mar 6, 2025
·
1 revision
#HomeKit.framework
diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h
--- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h 2025-02-08 00:39:42
+++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h 2025-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