-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add support for Swift Package Manager #600
base: master
Are you sure you want to change the base?
Conversation
Test not ported, but package can be integrated by an external application with this.
Could you only add Thanks |
Do you mean removing the commit that removed the Pods file? Why would you want to keep them? For me, they shouldn't be in the source base as you can get them with a simple |
I'm doing the same for needed-maintenance to Pod -> Package too.
I think you need support both Cocoapods and SwiftPackage until the author decide to nonsupport Cocoapods. Thing like this, |
Oh. I don't remove CocoaPods support with my commits: I remove all files that are added by the They should never have been in the git repository in the first place. In the projects you've just linked, there are So for me, everything is fine, unless someone actually has a use case for not removing these files. |
Thanks for explanation. For someone wanna quick use this solution. (I have tried successful at least).
And added following if needed. |
[email protected]:fredericgermain/Masonry.git can be added to a project using branch pr/swiftpm
It would be nice to have swiftpm added in a new version
Inspired by https://stackoverflow.com/a/67376388/1532175, I'm not a Package.swift pro