-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update iOS E2E Test to reflect null serialization support (#129)
`analytics-ios` recently released support for serializing `null` values in the request sent to the Segment Tracking API: segmentio/analytics-ios#852 This was released as `v3.8.0-beta.1`. For folks using typewriter + `analytics-ios` of at least that version, null values for required fields will now be serialized. Optional fields set to `nil` continue to be removed before serialization. Fixes #114
- Loading branch information
Showing
18 changed files
with
264 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PODS: | ||
- Analytics (3.6.9) | ||
- Analytics (3.8.0-beta.1) | ||
|
||
DEPENDENCIES: | ||
- Analytics (= 3.6.9) | ||
- Analytics (= 3.8.0-beta.1) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Analytics | ||
|
||
SPEC CHECKSUMS: | ||
Analytics: 6541ce337e99d9f7a2240a8b3953940a7be5f998 | ||
Analytics: a40bd6f55193ca8d8757c23c71bb12605a6b2bcd | ||
|
||
PODFILE CHECKSUM: d136fa2c8688e2f211a1cc77c2b3505c2af384bf | ||
PODFILE CHECKSUM: 5ceaf0ce4e2714208ed9c381f9281b6b4920ed43 | ||
|
||
COCOAPODS: 1.8.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
PODS: | ||
- Analytics (3.6.9) | ||
- Analytics (3.8.0-beta.1) | ||
|
||
DEPENDENCIES: | ||
- Analytics (= 3.6.9) | ||
- Analytics (= 3.8.0-beta.1) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Analytics | ||
|
||
SPEC CHECKSUMS: | ||
Analytics: 6541ce337e99d9f7a2240a8b3953940a7be5f998 | ||
Analytics: a40bd6f55193ca8d8757c23c71bb12605a6b2bcd | ||
|
||
PODFILE CHECKSUM: 6172ecd4679d8d862f20a1d3242a5d5fc6fa11d8 | ||
PODFILE CHECKSUM: b4611ecae137b5c4d8858f402e1a07ef81cd09a3 | ||
|
||
COCOAPODS: 1.8.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.