Skip to content

chore(deps): migrate from CocoaPods to Swift Package Manager - #68

Merged
CowboyGH merged 2 commits into
developfrom
chore/spm-migration
May 23, 2026
Merged

CowboyGH merged 2 commits into
developfrom
chore/spm-migration

Conversation

@CowboyGH

Copy link
Copy Markdown
Owner

🚀 Summary

This PR migrates the iOS dependency manager from CocoaPods to Swift Package Manager (SPM), aligning the project with Flutter 3.44 which ships with native SPM support. The Podfile, Podfile.lock, and CocoaPods-specific xcconfig references have been removed, and the Xcode project file has been updated accordingly. The workspace configuration now points to the SPM-resolved package graph, and pubspec.lock reflects the updated native dependency resolution.

@coderabbitai

coderabbitai Bot commented May 23, 2026 •

Copy link
Copy Markdown

Warning

Review limit reached

@CowboyGH, we couldn't start this review because you've used your available PR reviews for now.

Your plan currently allows 1 review/hour. Refill in 41 minutes and 55 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 21b058dc-ef6f-42c4-a552-a5c64cc9222b

📥 Commits

Reviewing files that changed from the base of the PR and between 6bc272a and 8356433.

⛔ Files ignored due to path filters (2)
  • ios/Podfile.lock is excluded by !**/*.lock
  • pubspec.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • CHANGELOG.md
  • ios/Flutter/Debug.xcconfig
  • ios/Flutter/Release.xcconfig
  • ios/Podfile
  • ios/Runner.xcodeproj/project.pbxproj
  • ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  • ios/Runner.xcworkspace/contents.xcworkspacedata
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/spm-migration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@CowboyGH CowboyGH self-assigned this May 23, 2026
@CowboyGH CowboyGH added the p: ios iOS-specific issue or task label May 23, 2026
@CowboyGH
CowboyGH merged commit dfcfe50 into develop May 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p: ios iOS-specific issue or task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant