Skip to content

Commit 7020620

Browse files
committed
Use Localized Info Dictionary. Closes #278
1 parent 098bbec commit 7020620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analytics/Integrations/Segmentio/SEGSegmentioIntegration.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ - (NSDictionary *)staticContext {
107107

108108
dict[@"library"] = @{ @"name": @"analytics-ios", @"version": SEGStringize(ANALYTICS_VERSION) };
109109

110-
NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
110+
NSDictionary *infoDictionary = [[NSBundle mainBundle] localizedInfoDictionary];
111111
if (infoDictionary.count) {
112112
dict[@"app"] = @{
113113
@"name": infoDictionary[@"CFBundleDisplayName"] ?: @"",

0 commit comments

Comments
 (0)