Skip to content

EventKit iOS xcode26.0 b1

Rolf Bjarne Kvinge edited this page Jun 19, 2025 · 3 revisions

#EventKit.framework

Rolf

diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/EventKit.framework/Headers/EKCalendarItem.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/EventKit.framework/Headers/EKCalendarItem.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/EventKit.framework/Headers/EKCalendarItem.h	2025-04-19 06:21:08
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/EventKit.framework/Headers/EKCalendarItem.h	2025-06-03 23:55:14
@@ -124,6 +124,8 @@
 - (void)addRecurrenceRule:(EKRecurrenceRule *)rule;
 - (void)removeRecurrenceRule:(EKRecurrenceRule *)rule;
 
+@property (nonatomic, readonly) BOOL hasMaximumAlarms;
+
 @end
 
 NS_ASSUME_NONNULL_END

Clone this wiki locally