Skip to content

Commit

Permalink
Merge pull request #20 from hewigovens/master
Browse files Browse the repository at this point in the history
Fix build dmg error; README.txt was renamed to README.md
  • Loading branch information
landonf committed Jul 14, 2014
2 parents 81632c4 + c8206fa commit f4edb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulatorLauncher.xcodeproj/project.pbxproj
Expand Up @@ -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 */

Expand Down

0 comments on commit f4edb31

Please sign in to comment.