File tree 5 files changed +10
-4
lines changed
5 files changed +10
-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.5 "
4
+ s . version = "4.1.6 "
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
+
4
+ Version 4.1.6 * (5 October, 2021)*
5
+ -----------------------------
6
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/1016 ) Removed unused exclude in Package.swift
7
+ * [ Fix] ( https://github.com/segmentio/analytics-ios/pull/1009 ) Fix potential deadlock on first app launch
8
+
3
9
Version 4.1.5 * (9 July, 2021)*
4
10
-----------------------------
5
11
* [ Fix] ( https://github.com/segmentio/analytics-ios/pull/999 ) Add missing nullability identifier
Original file line number Diff line number Diff line change 1
- github "segmentio/analytics-ios" "4.1.5 "
1
+ github "segmentio/analytics-ios" "4.1.6 "
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.5 " ;
552
+ return @" 4.1.6 " ;
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.5 </string >
18
+ <string >4.1.6 </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