attempts to use flavors as for android
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user