Oh documentation

*doh*
This commit is contained in:
Andreas Linde 2012-11-28 23:26:08 +01:00
parent 816bbb5dd9
commit 679112f3cc

View File

@ -102,8 +102,8 @@
_appStoreEnvironment = NO; _appStoreEnvironment = NO;
_startManagerIsInvoked = NO; _startManagerIsInvoked = NO;
// check if we are really not in an app store environment
#if !TARGET_IPHONE_SIMULATOR #if !TARGET_IPHONE_SIMULATOR
// check if we are really in an app store environment
if (![[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]) { if (![[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]) {
_appStoreEnvironment = YES; _appStoreEnvironment = YES;
} }