diff --git a/tools/templates/{{ cookiecutter.project_name }}-ios/{{ cookiecutter.project_name }}.xcodeproj/project.pbxproj b/tools/templates/{{ cookiecutter.project_name }}-ios/{{ cookiecutter.project_name }}.xcodeproj/project.pbxproj index db84658..3c726c1 100755 --- a/tools/templates/{{ cookiecutter.project_name }}-ios/{{ cookiecutter.project_name }}.xcodeproj/project.pbxproj +++ b/tools/templates/{{ cookiecutter.project_name }}-ios/{{ cookiecutter.project_name }}.xcodeproj/project.pbxproj @@ -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 */