mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 07:00:49 +00:00
Oh documentation
*doh*
This commit is contained in:
parent
7cc267797d
commit
610a441e85
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user