mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Force overwrite of entire GCDWebUploader.bundle on build
This commit is contained in:
@@ -332,6 +332,7 @@
|
|||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "GCDWebServer (Mac)" */;
|
buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "GCDWebServer (Mac)" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
|
E21F038418FB37D80043AD1E /* Delete GCDWebUploader.bundle */,
|
||||||
E2BE850E18E788910061360B /* CopyFiles */,
|
E2BE850E18E788910061360B /* CopyFiles */,
|
||||||
8DD76FAB0486AB0100D96B5E /* Sources */,
|
8DD76FAB0486AB0100D96B5E /* Sources */,
|
||||||
8DD76FAD0486AB0100D96B5E /* Frameworks */,
|
8DD76FAD0486AB0100D96B5E /* Frameworks */,
|
||||||
@@ -404,6 +405,24 @@
|
|||||||
};
|
};
|
||||||
/* End PBXResourcesBuildPhase section */
|
/* 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 */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
8DD76FAB0486AB0100D96B5E /* Sources */ = {
|
8DD76FAB0486AB0100D96B5E /* Sources */ = {
|
||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
|
|||||||
Reference in New Issue
Block a user