Fix:iOS downloading not saving progress for local copy #825

This commit is contained in:
advplyr
2023-11-13 16:33:19 -06:00
parent a88e404ccf
commit 81b11bac93
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Override point for customization after application launch.
let configuration = Realm.Configuration(
schemaVersion: 13,
schemaVersion: 14,
migrationBlock: { [weak self] migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
self?.logger.log("Realm schema version was \(oldSchemaVersion)")