tylermilner / cookiecutter-ios-swiftui

Cookiecutter template for jump-starting modern iOS apps using SwiftUI.
MIT License
1 stars 0 forks source link

Add prompt to run XcodeGen #15

Open tylermilner opened 3 months ago

tylermilner commented 3 months ago

Add prompt to cookiecutter.json to ask if XcodeGen should be run to generate the Xcode project. If the user opts to not execute XcodeGen, we can skip the check for it in the pre-prompt script. At that point, we may consider moving some of the CI tests over to Linux since the macOS requirement was mainly to generate the Xcode project using XcodeGen.

tylermilner commented 3 months ago

Related to #9.