Add support for Swift Package Manager#600
Add support for Swift Package Manager#600fredericgermain wants to merge 2 commits intoSnapKit:masterfrom
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. |
|
Just for the record, for anyone who wants to use the Swift package. |
[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