chore(deps): migrate from CocoaPods to Swift Package Manager - #68
Conversation
|
Warning Review limit reached
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 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 configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
🚀 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-specificxcconfigreferences have been removed, and the Xcode project file has been updated accordingly. The workspace configuration now points to the SPM-resolved package graph, andpubspec.lockreflects the updated native dependency resolution.