Update:iOS saving progress for offline ebooks

This commit is contained in:
advplyr
2023-06-24 09:41:14 -05:00
parent f8fbeef9b7
commit f42c624cba
4 changed files with 50 additions and 2 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: 12,
schemaVersion: 13,
migrationBlock: { [weak self] migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
self?.logger.log("Realm schema version was \(oldSchemaVersion)")