Suggest only CONFIGURATION_AppStore

This commit is contained in:
Stefan Haubold 2013-05-15 14:25:41 +03:00
parent f11f1a454a
commit 407c04b384

View File

@ -55,7 +55,7 @@
Example:
- (BOOL)shouldUseLiveIdentifierForHockeyManager:(BITHockeyManager *)hockeyManager {
#ifdef (CONFIGURATION_Release)
#ifdef (CONFIGURATION_AppStore)
return YES;
#endif
return NO;