FR-24939.#73
Merged
dianaKhortiuk-frontegg merged 4 commits intoJun 26, 2026
Merged
Conversation
Resolve conflicts (keep both feature sets): - ios/FronteggRN.m, src/index.tsx, example/src/HomeScreen.tsx: keep #73's stepUp/isSteppedUp alongside master's openAdminPortal. - FronteggRN.podspec: keep #73's SPM structure (FronteggSwift via SPM in post_integrate), dropping master's CocoaPods FronteggSwift 1.3.10 dep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Avoid regressing the iOS SDK: master is on FronteggSwift 1.3.10 (admin-portal native bridge). Pin the SPM migration to 1.3.10 across Package.swift, frontegg_spm.rb, the example Package.resolved + pbxproj SPM ref, and docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
dianaKhortiuk-frontegg
approved these changes
Jun 26, 2026
dianaKhortiuk-frontegg
left a comment
Collaborator
There was a problem hiding this comment.
SPM migration with FronteggSwift bumped to 1.3.10 (latest). Resolved conflicts with the just-merged #68/#69/#76 and bumped all SPM pins off 1.3.8 so iOS doesn't regress the admin-portal bridge. Note: the step-up wiring lands but stays non-functional until the native step-up fix (frontegg-ios-swift#275 / frontegg-android-kotlin#262) ships and is bumped — tracked separately.
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.
Added SPM support.
FR-24939 - step up feature fix.