mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 23:20:28 +00:00
Suggest only CONFIGURATION_AppStore
This commit is contained in:
parent
f11f1a454a
commit
407c04b384
@ -55,7 +55,7 @@
|
||||
|
||||
Example:
|
||||
- (BOOL)shouldUseLiveIdentifierForHockeyManager:(BITHockeyManager *)hockeyManager {
|
||||
#ifdef (CONFIGURATION_Release)
|
||||
#ifdef (CONFIGURATION_AppStore)
|
||||
return YES;
|
||||
#endif
|
||||
return NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user