SwiftPlate v1.4.0 Release Notes

Release Date: 2017-07-19 // almost 7 years ago
    • 0๏ธโƒฃ The default license header put into each source file now matches Xcode's defaults (thanks @vknabel!)
    • ๐Ÿ›  Fixes for inserting today's date into the header of each source file (thanks @vknabel, @sorenmortensen & @gperdomor!)
    • README, LICENSE files are now ignored if they already exist (thanks @alexaubry!)
    • ๐Ÿ›  Fixes for main.swift being overwritten (thanks @vijaytholpadi!)
    • โœ… Generated projects now use the latest Xcode (8.3) settings (thanks @pixyzehn!)
    • Generated projects now include a .gitignore file (thanks @danielmartinprieto!)
    • โœ… Generated Xcode project now includes groups for Sources and Tests (thanks @KieranHarper!)

Previous changes from v1.3.0

  • ๐Ÿฑ 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.