File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 3.2.0 * (15th July, 2020)*
5+ ---------------------------------
6+ * Updated Carthage to use Analytics 4.0.x.
7+ * Moved Carthage files to proper location.
8+
49Version 3.1.0 * (14th July, 2020)*
510---------------------------------
611* Removed version pinning for Amplitude.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Releasing
44 1 . Ensure you are on the ` master ` branch with your latest changes pulled down.
55 2 . Update the version in ` Segment-Amplitude.podspec ` .
66 3 . Update the ` CHANGELOG.md ` for the impending release.
7- 4 . ` cd carthage && carthage build --no-skip-current && cd .. `
8- 5 . In Finder, go into ` Carthage/Carthage/ Build/iOS ` and compress Segment_Amplitude.framework and .dsym.
7+ 4 . ` carthage update --platform ios && carthage build --platform ios -- no-skip-current `
8+ 5 . In Finder, go into ` Carthage/Build/iOS ` and compress Segment_Amplitude.framework and .dsym.
99 This will create ` Archive.zip ` , which you'll need later.
1010 6 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
1111 7 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Segment-Amplitude"
3- s . version = "3.1 .0"
3+ s . version = "3.2 .0"
44 s . summary = "Amplitude Integration for Segment's analytics-ios library."
55
66 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments