Modified: users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj (75305 => 75306)
--- users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj 2011-01-20 23:04:01 UTC (rev 75305)
+++ users/ryandesign/PCLauncher/PCLauncher.xcodeproj/project.pbxproj 2011-01-20 23:32:07 UTC (rev 75306)
@@ -223,7 +223,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "MY_DIR=\"Banners\"\nmkdir -p ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\nfind ${PROJECT_DIR}/${MY_DIR} -name '*.jpg' -print0 | xargs -0 -J % cp % ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR} || exit $?\n";
+ shellScript = "MY_DIR=\"Banners\"\nmkdir -p \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\"\nfind \"${PROJECT_DIR}/${MY_DIR}\" -name '*.jpg' -print0 | xargs -0 -J % cp % \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/${MY_DIR}\" || exit $?\n";
};
/* End PBXShellScriptBuildPhase section */