Config and iconset for Dinect (INT)

This commit is contained in:
Ivan Murashov
2018-03-04 21:05:15 +03:00
parent cd91afafd7
commit 538018bc52
14 changed files with 102 additions and 2 deletions

View File

@@ -30,6 +30,17 @@
@"appTitle" : @"Dinect",
@"showBonus" : @YES,
},
@"com.dinect.checker.int" = @{
@"locale" : @"ru",
@"flavor" : @"dinect",
@"currency" : @643,
@"supportPhone" : @"8-800-77-55-032",
@"supportUrl" : @"http://www.dinect.com",
@"endPoint" : @"https://pos-api-int.dinect.com/20130701/",
@"appToken" : @"9fec83cdca38c357e6b65dbb17514cdd36bf2a08",
@"appTitle" : @"Dinect (INT)",
@"showBonus" : @YES
},
@"com.dinect.develop-iOS" : @{
@"locale" : @"ru",
@"flavor" : @"autobonus",
@@ -62,8 +73,7 @@
@"appToken" : @"bdea0f3ba9034b688019a7cac753d1209e2b227f",
@"appTitle" : @"PIP",
@"showBonus" : @YES,
},
},
};
NSDictionary *buildSettings = settings[bundleIdentifier];