|
|
@ -49,11 +49,11 @@ open class AppDelegate: NSObject, NSApplicationDelegate { |
|
|
|
// Required for migrating our model type to CoreModelKit |
|
|
|
// Required for migrating our model type to CoreModelKit |
|
|
|
NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData") |
|
|
|
NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AppDefaults.initialize() |
|
|
|
|
|
|
|
|
|
|
|
// For users, still on the old timezones, only migrate timezonezes once setClass has been called |
|
|
|
// For users, still on the old timezones, only migrate timezonezes once setClass has been called |
|
|
|
migrateOverridenTimezones() |
|
|
|
migrateOverridenTimezones() |
|
|
|
|
|
|
|
|
|
|
|
AppDefaults.initialize() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Check if we can show the onboarding flow! |
|
|
|
// Check if we can show the onboarding flow! |
|
|
|
showOnboardingFlowIfEligible() |
|
|
|
showOnboardingFlowIfEligible() |
|
|
|
|
|
|
|
|
|
|
|