In Xcode project, specified input and output files for setup script to avoid unncessary unzipping of unchanged files.

This commit is contained in:
David A. Mellis 2006-03-21 00:16:04 +00:00
parent e511d887d4
commit 575f4a2a99
1 changed files with 6 additions and 0 deletions

View File

@ -1043,8 +1043,14 @@
files = (
);
inputPaths = (
../shared/dist/examples.zip,
../shared/reference.zip,
dist/tools.zip,
);
outputPaths = (
$BUILT_PRODUCTS_DIR/tools,
$BUILT_PRODUCTS_DIR/examples,
$BUILT_PRODUCTS_DIR/reference,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;