XcodeGen
XcodeGen copied to clipboard
Remove the prefix v for the semantic version if necessary
Describe your changes
- Remove the prefix v for the semantic version in SPM if necessary, as in v2.2.0.
- Libraries that include the prefix v in tags are Quick, Nimble, socket.io-client-swift
Issue ticket number and link
- None. (as far as I've seen)
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I have added tests.
Thanks!
@coffmark can you help me understand the issue? How does SPM manage this when you reference a dependency with and without v when the tag contains a v?
In SPM, it outputs an error when the tag contains a v. I'm beginning to feel that my PR are not right. Thank you for your comments 🙏