mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-18 18:26:24 +00:00
Merge branch 'hotfix/cast-to-bool'
This commit is contained in:
@@ -284,7 +284,7 @@ BOOL bit_isAppStoreReceiptSandbox(void) {
|
||||
}
|
||||
|
||||
BOOL bit_hasEmbeddedMobileProvision(void) {
|
||||
BOOL hasEmbeddedMobileProvision = [[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"];
|
||||
BOOL hasEmbeddedMobileProvision = !![[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"];
|
||||
return hasEmbeddedMobileProvision;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user