feat(secure_storage): add Swift Package Manager support to amplify_secure_storage#6848
Open
ekjotmultani wants to merge 2 commits intomainfrom
Open
feat(secure_storage): add Swift Package Manager support to amplify_secure_storage#6848ekjotmultani wants to merge 2 commits intomainfrom
ekjotmultani wants to merge 2 commits intomainfrom
Conversation
47c4ea1 to
acbbf7e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6848 +/- ##
=======================================
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:
|
…cure_storage Migrate amplify_secure_storage iOS and macOS plugins to support Swift Package Manager while maintaining backward compatibility with CocoaPods. Changes: - Add Package.swift for both iOS and macOS platforms - Move sources from Classes/ to amplify_secure_storage/Sources/amplify_secure_storage/ - Move Obj-C public headers to include/amplify_secure_storage/ (iOS) - Move PrivacyInfo.xcprivacy to SPM Sources directory - Update podspec source_files and resource_bundles paths - Update Pigeon swiftOut path for new directory structure - Update Obj-C import path for relocated header - Add .build/ and .swiftpm/ to .gitignore"
Revert the example app's project.pbxproj and xcscheme 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."
8fbca1f to
68f1923
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.