From 679112f3ccbf4a5fed0129f7d039d01ee070c880 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Wed, 28 Nov 2012 23:26:08 +0100 Subject: [PATCH] Oh documentation *doh* --- Classes/BITHockeyManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITHockeyManager.m b/Classes/BITHockeyManager.m index 728a20af92..fb418bef11 100644 --- a/Classes/BITHockeyManager.m +++ b/Classes/BITHockeyManager.m @@ -102,8 +102,8 @@ _appStoreEnvironment = NO; _startManagerIsInvoked = NO; - // check if we are really not in an app store environment #if !TARGET_IPHONE_SIMULATOR + // check if we are really in an app store environment if (![[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]) { _appStoreEnvironment = YES; }