Oh documentation

*doh*
This commit is contained in:
Andreas Linde 2012-11-28 23:26:08 +01:00
parent 7cc267797d
commit 610a441e85

View File

@ -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;
}