Release 4.15.4 with Singular integration attribute#482
Merged
Conversation
|
PR author is not in the allowed authors list. |
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — release cut for SuperwallKit 4.15.4 adding the Singular device identifier as a new integration attribute.
- Add
singularDeviceIdtoIntegrationAttribute— new enum case appended last inIntegrationAttribute.swift, preserving theIntraw values of every existing case (no serialization-ordering breakage), with the matching"singularDeviceId"mapping in theCustomStringConvertible.descriptionswitch. - Version bump to
4.15.4— synchronized across all three required files:Constants.swift(sdkVersion),SuperwallKit.podspec(s.version), and a new topCHANGELOG.mdentry under### Enhancements. - Test coverage —
AttributionTests.swiftadds.singularDeviceIdto the input dictionary and asserts the stored prop round-trips as"singular-device-id".
The description switch is the only exhaustive switch over the enum and handles the new case; all other usage is keyed by string (AttributionFetcher merge logic), so no other call site needs updating. Version strings are consistent across all three files, and the changelog entry is correctly placed above 4.15.3. Base is master, matching the release workflow trigger.
Claude Opus | 𝕏
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
4.15.4from the currentmasterrelease basesingularDeviceIdtoIntegrationAttribute4.15.4changelog entryRelease behavior
Merging this into
mastershould trigger.github/workflows/tag-version.yml, which tags4.15.4, createsrelease/4.15.4, and publishes CocoaPods.Verification
git diff --checkLocal builds/tests not run; branch push will run the repo GitHub Actions.