fix app bindle for ios

This commit is contained in:
vtretyakov
2018-03-16 13:17:35 +07:00
parent 9dbe1cd3c4
commit fa3858d185

View File

@@ -19,7 +19,7 @@
NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier]; NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
NSDictionary *settings = @{ NSDictionary *settings = @{
@"com.dinect.checker.dinect" : @{ @"com.dinect.checker.dinect.app" : @{
@"locale" : @"ru", @"locale" : @"ru",
@"flavor" : @"dinect", @"flavor" : @"dinect",
@"currency" : @643, @"currency" : @643,