Skip to content

Commit 3c9f9be

Browse files
committed
Prepare for release 3.3.0.
1 parent 2e5a1cc commit 3c9f9be

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change Log
22
==========
33

4+
Version 3.3.0 *(15th April, 2021)
5+
-------------------------------------
6+
* Fix issue while reading values from SEGGroupPayload in group() call.
7+
8+
* Fix [Amplitude setGroup:groupName:] call in SEGAmplitudeIntegration.
9+
10+
* Fix issue when reset is called. Reinitialize identify otherwise old traits will continue through new identify calls.
11+
12+
* Check if imports exist without segment framework.
13+
14+
* Add tvOS deployment target to podspec.
15+
16+
* Remove unnecessary platform specifier from Podspec.
17+
418
Version 3.2.4 *(2nd February, 2021)
519
-------------------------------------
620
* Fix issue compiling staticly where headers cannot be located.

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "amplitude/Amplitude-iOS" ~> 5.2.1
1+
github "amplitude/Amplitude-iOS" ~> 7.0.1
22
github "segmentio/analytics-ios"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "amplitude/Amplitude-iOS" "v5.3.0"
1+
github "amplitude/Amplitude-iOS" "v7.3.0"
22
github "segmentio/analytics-ios" "4.1.3"

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- OCHamcrest (7.2.0)
66
- OCMockito (5.1.3):
77
- OCHamcrest (~> 7.0)
8-
- Segment-Amplitude (3.2.3):
8+
- Segment-Amplitude (3.3.0):
99
- Amplitude (~> 7.0.1)
1010
- Analytics
1111
- Specta (1.0.7)
@@ -35,9 +35,9 @@ SPEC CHECKSUMS:
3535
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
3636
OCHamcrest: 8097ab14ab9366f44cd66638aa589fea3840d779
3737
OCMockito: 677cbb4a18fd492b5a4fb10144dada4de5ddb877
38-
Segment-Amplitude: bff743e8f0897febe638a10fc43945f124f87ff1
38+
Segment-Amplitude: 65c094a8c43d2c4275a3b93dade8d16cb0e1bf63
3939
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
4040

4141
PODFILE CHECKSUM: 166e86977ca5ed7a88d476e1f295a6953c3274c0
4242

43-
COCOAPODS: 1.10.1
43+
COCOAPODS: 1.10.0

RELEASING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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. `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.
9-
This will create `Archive.zip`, which you'll need later.
7+
4. `carthage update --platform ios && carthage build --platform ios --no-skip-current --use-frameworks`
8+
Note: May need to use this method to get there: https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md
9+
10+
5. In Finder, go into `Carthage/Build/` and compress Segment_Amplitude.xcframework.
11+
This will create `Segment_Amplitude.xcframework.zip`, which you'll need later.
1012
6. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
1113
7. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
1214
8. `git push && git push --tags`

Segment-Amplitude.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Amplitude"
3-
s.version = "3.2.4"
3+
s.version = "3.3.0"
44
s.summary = "Amplitude Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)