From cd54f5b3911d71e3590a603fbb2760d1c088434e Mon Sep 17 00:00:00 2001 From: Abhishek Banthia <8280282+n0shake@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:29:43 -0400 Subject: [PATCH] Update AppDelegate.swift --- Clocker/AppDelegate.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index a47a92f..ae37d4d 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -40,9 +40,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate { } public func applicationDidFinishLaunching(_: Notification) { - // Required for migrating our model type to CoreModelKit - NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData") - AppDefaults.initialize(with: DataStore.shared(), defaults: UserDefaults.standard) // Check if we can show the onboarding flow!