-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Swift Package Manager support #216
Comments
Hi @rekire 👋 Thanks for opening this issue. We are aware of the move to Swift Package Manager and are excited for it to land. Given that right now it's only available in the |
Notes from Grooming Session with team
|
The changes are not so big, to be honest. It is primarily a change of the folder structure, especially when you have no code yet. The CocoaPods usage of the same does not break. You just need to update the path. |
Description
The template generator should use the Swift Package Manager, the documentation mentions also the required parts to keep the "legacy" CocoaPods support.
Requirements
Additional Context
No response
The text was updated successfully, but these errors were encountered: