diff --git a/AltStoreCore/Model/DatabaseManager.swift b/AltStoreCore/Model/DatabaseManager.swift index 7cbb9c78..2a4dd26e 100644 --- a/AltStoreCore/Model/DatabaseManager.swift +++ b/AltStoreCore/Model/DatabaseManager.swift @@ -53,7 +53,6 @@ public class DatabaseManager private let coordinatorQueue = OperationQueue() private var ignoreWillMigrateDatabaseNotification = false - private init() { self.persistentContainer = PersistentContainer(name: "AltStore", bundle: Bundle(for: DatabaseManager.self)) @@ -93,7 +92,6 @@ public extension DatabaseManager self.ignoreWillMigrateDatabaseNotification = true CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), .willMigrateDatabase, nil, nil, true) } - self.migrateDatabaseToAppGroupIfNeeded { (result) in switch result {