mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
log Core Data storage URL
This commit is contained in:
parent
33d01d77c2
commit
d13d58ce3d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public class PersistentContainer: NSPersistentContainer {
|
|||
#endif
|
||||
let appGroupContainer = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: appGroupID)
|
||||
let appGroupContainerURL = appGroupContainer?.appendingPathComponent("store.sqlite")
|
||||
print("starting with sqlite container", appGroupContainerURL)
|
||||
logger.debug("starting with sqlite container \(appGroupContainerURL?.absoluteString ?? "(nil)")")
|
||||
|
||||
container.persistentStoreDescriptions.first!.url = appGroupContainerURL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue