tylermilner / cookiecutter-ios-swiftui

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

Allow control over opening Xcode when using `generate-default-project` script #23

Closed tylermilner closed 7 months ago

tylermilner commented 7 months ago

In most cases, I think we want to automatically open the generated project in Xcode when running ./generate-default-project.sh. However, there are times where this might not be desired, such as on CI.