File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Analytics"
3
3
s . module_name = "Segment"
4
- s . version = "4.1.7 "
4
+ s . version = "4.1.8 "
5
5
s . summary = "The hassle-free way to add analytics to your iOS app."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 4.1.8 * (1 February, 2023)*
5
+ -----------------------------
6
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/1052 ) Fix null setting entry crash on tvOS
7
+
4
8
Version 4.1.7 * (6 January, 2023)*
5
9
-----------------------------
6
10
* [ Fix] ( https://github.com/segmentio/analytics-ios/pull/1049 ) Removed writekey from request header; Added context.instanceId.
Original file line number Diff line number Diff line change 1
- github "segmentio/analytics-ios" "4.1.7 "
1
+ github "segmentio/analytics-ios" "4.1.8 "
2
2
# Use a local project when debugging
3
3
# git "~/Code/segmentio/analytics-ios/" "master"
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ + (NSString *)version
549
549
{
550
550
// this has to match the actual version, NOT what's in info.plist
551
551
// because Apple only accepts X.X.X as versions in the review process.
552
- return @" 4.1.7 " ;
552
+ return @" 4.1.8 " ;
553
553
}
554
554
555
555
#pragma mark - Helpers
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.1.7 </string >
18
+ <string >4.1.8 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments