From 610a441e8548d0d3b5a35962d4923cda9e6514f6 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 422d7cc879..ce44393b31 100644 --- a/Classes/BITHockeyManager.m +++ b/Classes/BITHockeyManager.m @@ -97,8 +97,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; }