don't delete .py files (for now)

This commit is contained in:
Kjell Wooding 2019-01-12 23:14:18 -05:00
parent 1d85617b76
commit 8c7b619883

View file

@ -255,9 +255,9 @@
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash; shellPath = /bin/bash;
{%- if cookiecutter.python_major == "2" %} {%- if cookiecutter.python_major == "2" %}
shellScript = "find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py[c]*' -delete"; shellScript = "#find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py[c]*' -delete";
{%- else %} {%- else %}
shellScript = "find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py' -delete"; shellScript = "#find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py' -delete";
{%- endif %} {%- endif %}
}; };
/* End PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */