File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Analytics/Integrations/Segmentio Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 736
736
D3D35174186242B4005586E7 /* Headers */ = {
737
737
isa = PBXGroup;
738
738
children = (
739
+ 6EB809551AFC136D00959050 /* AMPURLConnection.h */,
740
+ 6EB809531AFC135E00959050 /* Amplitude+SSLPinning.h */,
739
741
32AFA6171A9E98CF00C2AF3E /* Localytics.h */,
740
742
324258AF1A9D0FD900E03A28 /* NSError+SimpleConstructor.h */,
741
743
324258AD1A9D0FD300E03A28 /* NSDictionary+Merge.h */,
1096
1098
F7200B6A17659B2F003F3138 = {
1097
1099
isa = PBXGroup;
1098
1100
children = (
1099
- 6EB809551AFC136D00959050 /* AMPURLConnection.h */,
1100
- 6EB809531AFC135E00959050 /* Amplitude+SSLPinning.h */,
1101
1101
F7200B7817659B2F003F3138 /* Analytics */,
1102
1102
EA722AF617C87BB00016E8B0 /* AnalyticsTests */,
1103
1103
F7200B7517659B2F003F3138 /* Frameworks */,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ - (NSDictionary *)staticContext {
107
107
108
108
dict[@" library" ] = @{ @" name" : @" analytics-ios" , @" version" : SEGStringize (ANALYTICS_VERSION) };
109
109
110
- NSDictionary *infoDictionary = [[NSBundle mainBundle ] infoDictionary ];
110
+ NSDictionary *infoDictionary = [[NSBundle mainBundle ] localizedInfoDictionary ];
111
111
if (infoDictionary.count ) {
112
112
dict[@" app" ] = @{
113
113
@" name" : infoDictionary[@" CFBundleDisplayName" ] ?: @" " ,
You can’t perform that action at this time.
0 commit comments