Changeset 258
- Timestamp:
- 11/08/07 14:45:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cocoa/CoreData+PatchRadar4828429/CoreData+PatchRadar4828429.m
r179 r258 4 4 // fetch requests. 5 5 6 #ifndef NSAppKitVersionNumber10_4 7 #define NSAppKitVersionNumber10_4 824 8 #endif 9 6 10 @interface NSManagedObjectModel_PatchRadar4828429 : NSManagedObjectModel 7 11 @end 8 12 @implementation NSManagedObjectModel_PatchRadar4828429 9 13 + (void)load { 10 [NSManagedObjectModel_PatchRadar4828429 poseAsClass:[NSManagedObjectModel class]]; 14 if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4) { 15 // On a 10.4 - 10.4.x system, need to load this patch. 16 [NSManagedObjectModel_PatchRadar4828429 poseAsClass:[NSManagedObjectModel class]]; 17 } 11 18 } 12 19 - (id)initWithCoder:(NSCoder*)decoder_ {
