From c8206fa71bde4e0c88dc117446bd782accaabb67 Mon Sep 17 00:00:00 2001 From: hewigovens Date: Thu, 3 Jul 2014 13:57:13 +0800 Subject: [PATCH] fix build error, copy README.txt => README.md --- SimulatorLauncher.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimulatorLauncher.xcodeproj/project.pbxproj b/SimulatorLauncher.xcodeproj/project.pbxproj index 2153bf0..a67e35d 100644 --- a/SimulatorLauncher.xcodeproj/project.pbxproj +++ b/SimulatorLauncher.xcodeproj/project.pbxproj @@ -799,7 +799,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Set the destroot\nDESTROOT=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME} ${CURRENT_PROJECT_VERSION}\"\nmkdir -p \"${DESTROOT}\"\n\n# Populate the destroot\ntar -C \"${BUILD_DIR}/${CONFIGURATION}\" -cf - \"Simulator Bundler.app\" | tar -C \"${DESTROOT}\" -xf -\ncp \"${SOURCE_ROOT}/README.txt\" \"${DESTROOT}\"\n\n# Create the disk image\nrm -f \"${DESTROOT}.dmg\"\nhdiutil create -srcfolder \"${DESTROOT}\" \"${DESTROOT}.dmg\""; + shellScript = "# Set the destroot\nDESTROOT=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME} ${CURRENT_PROJECT_VERSION}\"\nmkdir -p \"${DESTROOT}\"\n\n# Populate the destroot\ntar -C \"${BUILD_DIR}/${CONFIGURATION}\" -cf - \"Simulator Bundler.app\" | tar -C \"${DESTROOT}\" -xf -\ncp \"${SOURCE_ROOT}/README.md\" \"${DESTROOT}\"\n\n# Create the disk image\nrm -f \"${DESTROOT}.dmg\"\nhdiutil create -srcfolder \"${DESTROOT}\" \"${DESTROOT}.dmg\""; }; /* End PBXShellScriptBuildPhase section */