Skip to content

Use .git extension on SwiftPM dependencies consistently

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 09 Sep 14:24
ceced63

Switch to Swift Package Manager dependency URLs that contain the .git extension. This is not required by SwiftPM, but if a project does not consistently use the .git extension on dependency URLs (or not) then SwiftPM can get into trouble. The majority of open source projects use or suggest using the .git extension, so this project will standardize in that direction as well.