We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098bbec commit 7020620Copy full SHA for 7020620
Analytics/Integrations/Segmentio/SEGSegmentioIntegration.m
@@ -107,7 +107,7 @@ - (NSDictionary *)staticContext {
107
108
dict[@"library"] = @{ @"name": @"analytics-ios", @"version": SEGStringize(ANALYTICS_VERSION) };
109
110
- NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
+ NSDictionary *infoDictionary = [[NSBundle mainBundle] localizedInfoDictionary];
111
if (infoDictionary.count) {
112
dict[@"app"] = @{
113
@"name": infoDictionary[@"CFBundleDisplayName"] ?: @"",
0 commit comments