diff --git a/{{cookiecutter.out_dir}}/ios/.vars b/{{cookiecutter.out_dir}}/ios/.vars new file mode 100644 index 0000000..f281c74 --- /dev/null +++ b/{{cookiecutter.out_dir}}/ios/.vars @@ -0,0 +1,3 @@ +{% for key, value in cookiecutter.items() -%} +{{ key }}: {{ value }} +{% endfor %} \ No newline at end of file