-
Notifications
You must be signed in to change notification settings - Fork 575
HomeKit MacCatalyst xcode27.0 b4
Alex Soto edited this page Jul 23, 2026
·
2 revisions
#HomeKit.framework
diff -ruN /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMEventTrigger.h /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMEventTrigger.h
--- /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMEventTrigger.h 2026-06-28 09:53:22
+++ /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMEventTrigger.h 2026-07-16 02:09:23
@@ -179,7 +179,7 @@
- (void)updatePredicate:(nullable NSPredicate *)predicate completionHandler:(void (^)(NSError *__nullable error))completion API_UNAVAILABLE(watchos, tvos);
/*!
- * @brief This method replaces the recurrences which secifies the days of the week when the trigger is to be evaluated.
+ * @brief This method replaces the recurrences which specifies the days of the week when the trigger is to be evaluated.
*
* @param recurrences The new recurrences for the event trigger.
*
diff -ruN /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMTimerTrigger.h /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMTimerTrigger.h
--- /Applications/Xcode_27.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMTimerTrigger.h 2026-06-28 11:23:15
+++ /Applications/Xcode_27.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/HomeKit.framework/Headers/HMTimerTrigger.h 2026-07-11 04:13:07
@@ -31,7 +31,7 @@
* to a home if the fireDate includes a seconds value other than 0.
*
* @param recurrence The recurrence interval to fire the trigger. A value of nil indicates that the
- * trigger is non-repeating. The minimum reccurence interval is 5 minutes, maximum
+ * trigger is non-repeating. The minimum recurrence interval is 5 minutes, maximum
* recurrence interval is 5 weeks and the recurrence interval must be specified in
* multiples of whole minutes.
*