fix: update AtomicSDK version to 3.27.2 with vendored_frameworks#110
Merged
brax10ward merged 6 commits intomasterfrom Mar 17, 2026
Merged
fix: update AtomicSDK version to 3.27.2 with vendored_frameworks#110brax10ward merged 6 commits intomasterfrom
brax10ward merged 6 commits intomasterfrom
Conversation
a20d5c0 to
9d3c323
Compare
This comment was marked as resolved.
This comment was marked as resolved.
0c99ed7 to
05e512b
Compare
05e512b to
e027f00
Compare
eriksargent
approved these changes
Mar 17, 2026
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.
Linear Link
https://linear.app/atomic/issue/SDK-422/ios-sdk-version-mismatch-in-react-native-podspec
Type of change
Summary
The
AtomicSDKCocoaPods dependency version was only updated in one of two podspec branches, causing customers on RN >= 0.71.0 to get3.26.0instead of the intended3.27.1(SDK-422).To prevent this class of bug entirely, this PR:
ios/frameworks/instead of relying on CocoaPods dependency resolutionscripts/update-ios-sdk.shto download and update frameworks from GitHub releasesupdate-ios-sdk.ymlworkflow that auto-creates a PR when a new iOS SDK is released (triggered viarepository_dispatchfrom the iOS SDK repo, with auto-merge enabled)ios/frameworks/.sdk-versionFollow-up needed
Add a
repository_dispatchstep toatomicfi/atomic-transact-ioscreate_release.ymlto trigger the auto-update workflow in this repo.Checklist: