diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-07 20:15:19 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-07 20:15:19 +0000 |
commit | 8e0250642e2bb897e90e3059f0bc7e17af70b2b6 (patch) | |
tree | d208e60793d8de3c71ff3090dbc7647352cac4b2 | |
parent | 7baf6b3c55d8a697bee72b846596ff371dbea8ac (diff) | |
download | sequelpro-8e0250642e2bb897e90e3059f0bc7e17af70b2b6.tar.gz sequelpro-8e0250642e2bb897e90e3059f0bc7e17af70b2b6.tar.bz2 sequelpro-8e0250642e2bb897e90e3059f0bc7e17af70b2b6.zip |
- Quote the build-version script to allow it to be run correctly when the path contains spaces or special characters
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index f0c9bf0d..b3978850 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -661,7 +661,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Add build/bundle version\n${SRCROOT}/Scripts/build-version.pl\n\n# Trim application if release or dist build\nif test \"$CONFIGURATION\" == 'Release' || test \"$CONFIGURATION\" == 'Distribution'\nthen\n\t\"${SRCROOT}/Scripts/trim-application.sh\" -p \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}${WRAPPER_SUFFIX}\" -a\nfi\n\n# Perform distribution tasks on a dist build\nif [ \"$CONFIGURATION\" == 'Distribution' ]\nthen\n\t\"${SRCROOT}/Scripts/package-application.sh\" -p \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}${WRAPPER_SUFFIX}\"\nfi"; + shellScript = "# Add build/bundle version\n\"${SRCROOT}/Scripts/build-version.pl\"\n\n# Trim application if release or dist build\nif test \"$CONFIGURATION\" == 'Release' || test \"$CONFIGURATION\" == 'Distribution'\nthen\n\t\"${SRCROOT}/Scripts/trim-application.sh\" -p \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}${WRAPPER_SUFFIX}\" -a\nfi\n\n# Perform distribution tasks on a dist build\nif [ \"$CONFIGURATION\" == 'Distribution' ]\nthen\n\t\"${SRCROOT}/Scripts/package-application.sh\" -p \"${BUILT_PRODUCTS_DIR}/${TARGET_NAME}${WRAPPER_SUFFIX}\"\nfi"; }; /* End PBXShellScriptBuildPhase section */ |