diff options
author | Stuart Connolly <stuart02@gmail.com> | 2013-11-26 16:03:55 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2013-11-26 16:03:55 +0000 |
commit | 8e48a88ee26546261675bbfb541f549c2275610e (patch) | |
tree | 1e40726579ea5aa3a366dcbbe4b2bf78d588e530 /Scripts | |
parent | 274aa314d62574997dc4b436c9599177855fad9a (diff) | |
download | sequelpro-8e48a88ee26546261675bbfb541f549c2275610e.tar.gz sequelpro-8e48a88ee26546261675bbfb541f549c2275610e.tar.bz2 sequelpro-8e48a88ee26546261675bbfb541f549c2275610e.zip |
Fix build script.
Diffstat (limited to 'Scripts')
-rwxr-xr-x | Scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh index 7272b0e1..c4e4c653 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -80,7 +80,7 @@ cp -R "${SRCROOT}/SharedSupport/Default Themes" "${SHARED_SUPPORT_DIR}" # Add a SpotLight comment (can't use applescript from a continuous integration server, so we manually set the binaryplist with xattr) # osascript -e "tell application \"Finder\" to set comment of (alias (POSIX file \"${BUILD_PRODUCT}\")) to \"MySQL database pancakes with syrup\"" -xattr -wx com.apple.metadata:kMDItemFinderComment "62 70 6C 69 73 74 30 30 5F 10 22 4D 79 53 51 4C 20 64 61 74 61 62 61 73 65 20 70 61 6E 63 61 6B 65 73 20 77 69 74 68 20 73 79 72 75 70 08 00 00 00 00 00 00 01 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2D" ${BUILD_PRODUCT} +xattr -wx com.apple.metadata:kMDItemFinderComment "62 70 6C 69 73 74 30 30 5F 10 22 4D 79 53 51 4C 20 64 61 74 61 62 61 73 65 20 70 61 6E 63 61 6B 65 73 20 77 69 74 68 20 73 79 72 75 70 08 00 00 00 00 00 00 01 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2D" "${BUILD_PRODUCT}" # Perform distribution specific tasks if this is a 'Distribution' build if [ "$CONFIGURATION" == 'Distribution' ] |