Now unzipping reference in Xcode project when building.

This commit is contained in:
David A. Mellis 2006-01-15 20:33:59 +00:00
parent 08c3e4313d
commit 766b816864
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "unzip -od $BUILT_PRODUCTS_DIR/examples ../shared/dist/examples.zip\nunzip -od $BUILT_PRODUCTS_DIR dist/tools.zip";
shellScript = "unzip -od $BUILT_PRODUCTS_DIR/examples ../shared/dist/examples.zip\nunzip -od $BUILT_PRODUCTS_DIR ../shared/reference.zip\nunzip -od $BUILT_PRODUCTS_DIR dist/tools.zip";
};
/* End PBXShellScriptBuildPhase section */