artemnovichkov / swift-project-template

🍪 Easily generate Swift projects with Cookiecutter
MIT License
88 stars 18 forks source link

Add support of Xcode 9.x #35

Closed artemnovichkov closed 4 years ago

artemnovichkov commented 6 years ago

Xcode 9.3 breaks Codable inits. I have an idea of supporting multiple versions of Xcode. My suggestion is to support all minor versions of current and previous major versions, for instance, 8.x-9.x. It's available via --checkout flag with name of branch:

cookiecutter gh:artemnovichkov/swift-project-template --checkout xcode-9.3