CoreData iOS 12.4 to 13.0 API Differences
NSAttributeDescription.h
Added
NSAttributeDescription.preservesValueInHistoryOnDeletion
NSBatchInsertRequest.h
Added
NSBatchInsertRequest
Added
NSBatchInsertRequest.entityName
Added
NSBatchInsertRequest.entity
Added
NSBatchInsertRequest.objectsToInsert
Added
NSBatchInsertRequest.resultType
Added
+[NSBatchInsertRequest batchInsertRequestWithEntityName:objects:]
Added
-[NSBatchInsertRequest init]
Added
-[NSBatchInsertRequest initWithEntityName:objects:]
Added
-[NSBatchInsertRequest initWithEntity:objects:]
NSDerivedAttributeDescription.h
Added
NSDerivedAttributeDescription
Added
NSDerivedAttributeDescription.derivationExpression
NSFetchedResultsController.h
Added
-[NSFetchedResultsControllerDelegate controller:didChangeContentWithSnapshot:]
Added
-[NSFetchedResultsControllerDelegate controller:didChangeContentWithDifference:]
NSPersistentCloudKitContainer.h
Added
NSPersistentCloudKitContainerSchemaInitializationOptions
Added
NSPersistentCloudKitContainerSchemaInitializationOptionsNone
Added
NSPersistentCloudKitContainerSchemaInitializationOptionsDryRun
Added
NSPersistentCloudKitContainerSchemaInitializationOptionsPrintSchema
Added
NSPersistentCloudKitContainer
Added
-[NSPersistentCloudKitContainer initializeCloudKitSchemaWithOptions:error:]
Added
-[NSPersistentCloudKitContainer recordForManagedObjectID:]
Added
-[NSPersistentCloudKitContainer recordsForManagedObjectIDs:]
Added
-[NSPersistentCloudKitContainer recordIDForManagedObjectID:]
Added
-[NSPersistentCloudKitContainer recordIDsForManagedObjectIDs:]
NSPersistentCloudKitContainerOptions.h
Added
NSPersistentCloudKitContainerOptions
Added
NSPersistentCloudKitContainerOptions.containerIdentifier
Added
-[NSPersistentCloudKitContainerOptions initWithContainerIdentifier:]
NSPersistentHistoryChange.h
Added
+[NSPersistentHistoryChange entityDescriptionWithContext:]
Added
NSPersistentHistoryChange.entityDescription
Added
NSPersistentHistoryChange.fetchRequest
NSPersistentHistoryChangeRequest.h
Added
+[NSPersistentHistoryChangeRequest fetchHistoryWithFetchRequest:]
Added
NSPersistentHistoryChangeRequest.fetchRequest
NSPersistentHistoryTransaction.h
Added
+[NSPersistentHistoryTransaction entityDescriptionWithContext:]
Added
NSPersistentHistoryTransaction.entityDescription
Added
NSPersistentHistoryTransaction.fetchRequest
NSPersistentStoreCoordinator.h
Added
NSPersistentStoreRemoteChangeNotificationPostOptionKey
Added
NSPersistentStoreRemoteChangeNotification
Added
NSPersistentStoreURLKey
Added
NSPersistentHistoryTokenKey
Added
-[NSPersistentStoreCoordinator currentPersistentHistoryTokenFromStores:]
NSPersistentStoreDescription.h
Added
NSPersistentStoreDescription.cloudKitContainerOptions
NSPersistentStoreRequest.h
Added
NSBatchInsertRequestType
NSPersistentStoreResult.h
Added
NSBatchInsertRequestResultType
Added
NSBatchInsertRequestResultTypeStatusOnly
Added
NSBatchInsertRequestResultTypeObjectIDs
Added
NSBatchInsertRequestResultTypeCount
Added
NSBatchInsertResult
Added
NSBatchInsertResult.result
Added
NSBatchInsertResult.resultType