Browse Source

Enabling Crashlytics.

v1.2.4
Abhishek Banthia 9 years ago
parent
commit
ed4e199139
  1. 5
      Clocker/ApplicationDelegate.m

5
Clocker/ApplicationDelegate.m

@ -122,13 +122,12 @@ void *kContextActivePanel = &kContextActivePanel;
[windowController showWindow:nil]; [windowController showWindow:nil];
[NSApp activateIgnoringOtherApps:YES]; [NSApp activateIgnoringOtherApps:YES];
[[NSUserDefaults standardUserDefaults] setObject:@"OnboardingDone" forKey:@"initialLaunch"]; [[NSUserDefaults standardUserDefaults] setObject:@"OnboardingDone" forKey:@"initialLaunch"];
// [self.menubarController setInitialTimezoneData];
} }
[[NSUserDefaults standardUserDefaults] registerDefaults:@{ @"NSApplicationCrashOnExceptions": @YES }]; [[NSUserDefaults standardUserDefaults] registerDefaults:@{ @"NSApplicationCrashOnExceptions": @YES }];
// [[Crashlytics sharedInstance] setDebugMode:NO]; [[Crashlytics sharedInstance] setDebugMode:NO];
// [Fabric with:@[[Crashlytics class]]]; [Fabric with:@[[Crashlytics class]]];
} }

Loading…
Cancel
Save