diff --git a/MasterPassword/iOS/MPAppDelegate.m b/MasterPassword/iOS/MPAppDelegate.m index a9dc204c..ba9baf4b 100644 --- a/MasterPassword/iOS/MPAppDelegate.m +++ b/MasterPassword/iOS/MPAppDelegate.m @@ -84,7 +84,9 @@ NSString *crashlyticsAPIKey = [self crashlyticsAPIKey]; if ([crashlyticsAPIKey length]) { inf(@"Initializing Crashlytics"); +#if defined (DEBUG) || defined (ADHOC) [Crashlytics sharedInstance].debugMode = YES; +#endif [[Crashlytics sharedInstance] setObjectValue:@"Anonymous" forKey:@"username"]; [[Crashlytics sharedInstance] setObjectValue:[PearlKeyChain deviceIdentifier] forKey:@"deviceIdentifier"]; [Crashlytics startWithAPIKey:crashlyticsAPIKey afterDelay:0]; diff --git a/Resources/Default.png b/Resources/Default.png index ba4d0307..508671f2 100644 Binary files a/Resources/Default.png and b/Resources/Default.png differ diff --git a/Resources/Default@2x.png b/Resources/Default@2x.png index 6fd16ae7..f01d534a 100644 Binary files a/Resources/Default@2x.png and b/Resources/Default@2x.png differ