How to move Core Data database to AppGroup folder
Issue #938
To let app and extension to talk to the same database, we need to use AppGroup
. Here is how to use replacePersistentStore
Replaces one persistent store with another
actor DatabaseMigrator {
@AppStorage( …
Written by