Add NSSQLiteManualVacuumOption

This commit is contained in:
Duncan Cunningham 2024-03-10 21:35:07 +01:00
parent 9cf905288c
commit 9eee5ab344
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ NSString *const NSInferMappingModelAutomaticallyOption =
@"NSInferMappingModelAutomaticallyOption";
NSString *const NSReadOnlyPersistentStoreOption =
@"NSReadOnlyPersistentStoreOption";
NSString *const NSSQLiteManualVacuumOption = @"NSSQLiteManualVacuumOption";
NSString *const NSStoreModelVersionHashesKey =
@"NSStoreModelVersionHashesKey";

View File

@ -41,6 +41,7 @@ COREDATA_EXPORT NSString *const NSPersistentStoreSaveConflictsErrorKey;
COREDATA_EXPORT NSString *const NSInferMappingModelAutomaticallyOption;
COREDATA_EXPORT NSString *const NSReadOnlyPersistentStoreOption;
COREDATA_EXPORT NSString *const NSSQLiteManualVacuumOption;
@interface NSPersistentStoreCoordinator : NSObject <NSLocking> {
NSLock *_lock;