attempts to use flavors as for android

This commit is contained in:
Semyon Babushkin
2017-10-24 17:52:07 +03:00
parent fad6060cc3
commit cddb6fd305
16 changed files with 681 additions and 1167 deletions

View File

@@ -33,7 +33,7 @@
},
@"com.dinect.develop" : @{
@"locale" : @"ru",
@"flavor" : @"develop",
@"flavor" : @"autobonus",
@"currency" : @643,
@"supportPhone" : @"8 800 555 35 35",
@"supportUrl" : @"http://yandex.ru",
@@ -69,6 +69,8 @@
NSDictionary *buildSettings = settings[bundleIdentifier];
NSLog(@"%@", bundleIdentifier);
if (!buildSettings) {
NSLog(@"Settings for this bunndle id not defined (%@)", bundleIdentifier);
abort();