2
0

Disable ADHOC and tester functionality / bypasses.

This commit is contained in:
Maarten Billemont
2017-04-18 20:30:06 -04:00
parent d704f451a3
commit c99252809d
5 changed files with 3 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ static OSStatus MPHotKeyHander(EventHandlerCallRef nextHandler, EventRef theEven
NSString *crashlyticsAPIKey = [self crashlyticsAPIKey];
if ([crashlyticsAPIKey length]) {
inf(@"Initializing Crashlytics");
#if defined (DEBUG) || defined (ADHOC)
#if DEBUG
[Crashlytics sharedInstance].debugMode = YES;
#endif
[[Crashlytics sharedInstance] setUserIdentifier:[PearlKeyChain deviceIdentifier]];