Skip to content

SwiftPlate 1.3

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 23 Jan 13:25
· 41 commits to master since this release

SwiftPlate can now infer most information it needs from the file system & your git config! 🎉

The following information is optionally inferred (if you leave it blank while running swiftplate):

  • Project name: Name of the folder where you're generating the project.
  • Author name: The value of git config --global user.name.
  • Author email: The value of git config --global user.email.
  • GitHub URL: Any remote git origin URL that you have setup in your project folder.