Force overwrite of entire GCDWebUploader.bundle on build

This commit is contained in:
Pierre-Olivier Latour
2014-04-14 10:34:14 -03:00
parent 4c2ac12f7b
commit 7bceb8132a

View File

@@ -332,6 +332,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "GCDWebServer (Mac)" */;
buildPhases = (
E21F038418FB37D80043AD1E /* Delete GCDWebUploader.bundle */,
E2BE850E18E788910061360B /* CopyFiles */,
8DD76FAB0486AB0100D96B5E /* Sources */,
8DD76FAD0486AB0100D96B5E /* Frameworks */,
@@ -404,6 +405,24 @@
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
E21F038418FB37D80043AD1E /* Delete GCDWebUploader.bundle */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Delete GCDWebUploader.bundle";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"$BUILT_PRODUCTS_DIR\"\nrm -rf \"GCDWebUploader.bundle\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8DD76FAB0486AB0100D96B5E /* Sources */ = {
isa = PBXSourcesBuildPhase;