- coredata verbosity enabled temporarily

This commit is contained in:
Magesh K
2024-12-08 03:17:20 +05:30
parent 779a82f3d4
commit e1cbec3864

View File

@@ -43,10 +43,14 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
{
// Override point for customization after application launch.
UserDefaults.standard.setValue(true, forKey: "com.apple.CoreData.MigrationDebug")
UserDefaults.standard.setValue(true, forKey: "com.apple.CoreData.SQLDebug")
// Register default settings before doing anything else.
UserDefaults.registerDefaults()
DatabaseManager.shared.start { (error) in
if let error = error