feat(auth): add Swift Package Manager support to amplify_auth_cognito#6847
Open
ekjotmultani wants to merge 4 commits intomainfrom
Open
feat(auth): add Swift Package Manager support to amplify_auth_cognito#6847ekjotmultani wants to merge 4 commits intomainfrom
ekjotmultani wants to merge 4 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6847 +/- ##
=======================================
Coverage 43.22% 43.22%
=======================================
Files 99 99
Lines 7769 7769
Branches 3400 3400
=======================================
Hits 3358 3358
Misses 4411 4411 🚀 New features to boost your workflow:
|
…\n\nMigrate amplify_auth_cognito darwin plugin to support Swift Package Manager\nwhile maintaining backward compatibility with CocoaPods.\n\nChanges:\n- Add Package.swift for SPM support\n- Move Swift sources from darwin/Classes/ to darwin/amplify_auth_cognito/Sources/amplify_auth_cognito/\n- Update podspec source_files to point to new paths\n- Update Pigeon swiftOut path for new directory structure\n- Add .build/ and .swiftpm/ to .gitignore"
…Flutter CLI automatically migrated the example app's Xcode project\nto include Swift Package Manager integration when building with\nSPM enabled."
Revert the example app's project.pbxproj, xcscheme, AppDelegate, and AppFrameworkInfo changes that were auto-generated by Flutter's SPM migration. These changes cause CI failures when SPM is not enabled on the runner, since the FlutterFramework ephemeral package doesn't exist. Flutter will migrate the example project on-the-fly when SPM is enabled."
f34c689 to
b3ba038
Compare
thisisabhash
approved these changes
Apr 13, 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.
Issue #, if available:
#6796
#6838
Description of changes:
Cocoapods will be read only soon, this PR brings the secure storage package into SPM. Following this guide from Flutter
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.