mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-18 15:33:54 +01:00
create AppGroupsManager
This commit is contained in:
@@ -132,7 +132,7 @@ extension NSManagedObjectContext {
|
||||
let context = NSManagedObjectContext(concurrencyType: concurrencyType)
|
||||
context.parent = self
|
||||
context.parentStack = self.parentStack
|
||||
context.setupForCoreStoreWithContextName("com.corestore.temporarycontext")
|
||||
context.setupForCoreStoreWithContextName(Internals.libReverseDomain("temporaryContext"))
|
||||
context.shouldCascadeSavesToParent = (self.parentStack?.rootSavingContext == self)
|
||||
context.retainsRegisteredObjects = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user