-
Notifications
You must be signed in to change notification settings - Fork 542
CoreData iOS xcode26.0 b1
Alex Soto edited this page Jun 9, 2025
·
1 revision
#CoreData.framework
diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h 2025-04-19 02:25:40
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h 2025-05-23 05:21:20
@@ -121,7 +121,7 @@
- (nullable id)valueForKey:(NSString *)key;
// KVC - overridden to access generic dictionary storage unless subclasses explicitly provide accessors
-- (void)setValue:(nullable id)value forKey:(NSString *)key;
+- (void)setValue:(nullable id)value forKey:(NSString *)key;
// primitive methods give access to the generic dictionary storage from subclasses that implement explicit accessors like -setName/-name to add custom document logic
- (nullable id)primitiveValueForKey:(NSString *)key;