Add prompt to cookiecutter.json to determine if user will use XcodeGen on an on-going basis in the generated project.
Implement post_gen_project.py hook logic that will determine whether to keep or remove the project.yml in the generated project based on user's input to use XcodeGen.
Implement post_gen_project.py hook logic that will determine whether or not to add *.xcodeproj to the generated project's .gitignore based on user's input to use XcodeGen.
cookiecutter.json
to determine if user will use XcodeGen on an on-going basis in the generated project.post_gen_project.py
hook logic that will determine whether to keep or remove theproject.yml
in the generated project based on user's input to use XcodeGen.post_gen_project.py
hook logic that will determine whether or not to add*.xcodeproj
to the generated project's.gitignore
based on user's input to use XcodeGen.