mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
Oh documentation
*doh*
This commit is contained in:
parent
816bbb5dd9
commit
679112f3cc
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user