don't delete .py files (for now)
This commit is contained in:
parent
1d85617b76
commit
8c7b619883
1 changed files with 2 additions and 2 deletions
|
@ -255,9 +255,9 @@
|
|||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
{%- if cookiecutter.python_major == "2" %}
|
||||
shellScript = "find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py[c]*' -delete";
|
||||
shellScript = "#find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py[c]*' -delete";
|
||||
{%- else %}
|
||||
shellScript = "find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py' -delete";
|
||||
shellScript = "#find \"$PROJECT_DIR\"/YourApp/ -regex '.*\\.py' -delete";
|
||||
{%- endif %}
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
|
Loading…
Reference in a new issue