We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdeb95 commit 472c785Copy full SHA for 472c785
1 file changed
GCDWebServer.xcodeproj/project.pbxproj
@@ -422,8 +422,7 @@
422
);
423
runOnlyForDeploymentPostprocessing = 0;
424
shellPath = /bin/sh;
425
- shellScript = "cd \"$BUILT_PRODUCTS_DIR\"\nrm -rf \"GCDWebUploader.bundle\"\n";
426
- showEnvVarsInLog = 0;
+ shellScript = "if [ \"$CONFIGURATION\" == \"Debug\" ]; then\n cd \"$BUILT_PRODUCTS_DIR\"\n rm -rf \"GCDWebUploader.bundle\"\nfi\n";
427
};
428
/* End PBXShellScriptBuildPhase section */
429
0 commit comments