Browse Source

Update AppDelegate.swift

master
Abhishek Banthia 9 months ago
parent
commit
cd54f5b391
  1. 3
      Clocker/AppDelegate.swift

3
Clocker/AppDelegate.swift

@ -40,9 +40,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
} }
public func applicationDidFinishLaunching(_: Notification) { 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) AppDefaults.initialize(with: DataStore.shared(), defaults: UserDefaults.standard)
// Check if we can show the onboarding flow! // Check if we can show the onboarding flow!

Loading…
Cancel
Save