mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
Add NSSQLiteManualVacuumOption
This commit is contained in:
parent
9cf905288c
commit
9eee5ab344
@ -47,6 +47,7 @@ NSString *const NSInferMappingModelAutomaticallyOption =
|
||||
@"NSInferMappingModelAutomaticallyOption";
|
||||
NSString *const NSReadOnlyPersistentStoreOption =
|
||||
@"NSReadOnlyPersistentStoreOption";
|
||||
NSString *const NSSQLiteManualVacuumOption = @"NSSQLiteManualVacuumOption";
|
||||
NSString *const NSStoreModelVersionHashesKey =
|
||||
@"NSStoreModelVersionHashesKey";
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user