-
Notifications
You must be signed in to change notification settings - Fork 549
HomeKit iOS xcode26.2 b1
Alex Soto edited this page Nov 5, 2025
·
1 revision
#HomeKit.framework
diff -ruN /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h
--- /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h 2025-10-17 01:21:28
+++ /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/HomeKit.framework/Headers/HMError.h 2025-10-24 20:05:12
@@ -123,7 +123,6 @@
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