[ios] Pro button on map is enabled by default

This commit is contained in:
Igor Khmurets 2014-03-24 14:03:11 +03:00 committed by Alex Zolotarev
parent 01efba40ac
commit 7cf60b7aa5

View file

@ -85,7 +85,7 @@ NSString * const AppFeatureMoreAppsBanner = @"AppFeatureMoreAppsBanner";
self.featuresByDefault = @{AppFeatureInterstitial : @NO,
AppFeatureBanner : @NO,
AppFeatureProButtonOnMap : @NO,
AppFeatureProButtonOnMap : @YES,
AppFeatureMoreAppsBanner : @YES,
};