Skip to content

HomeKit tvOS xcode26.1 b1

Rolf Bjarne Kvinge edited this page Sep 25, 2025 · 3 revisions

#HomeKit.framework https://github.com/dotnet/macios/pull/23884

diff -ruN /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h
--- /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h	2025-08-26 00:15:44
+++ /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h	2025-09-11 00:27:42
@@ -123,6 +123,7 @@
     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,
+    HMErrorCodeQuotaExceeded API_AVAILABLE(ios(26.1)) = 106,
 } API_AVAILABLE(ios(8.0), watchos(2.0), tvos(10.0), macCatalyst(14.0)) API_UNAVAILABLE(macos);
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally