From ae0304a33c1f960e0272b25ee40a1529993317c4 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 14 Apr 2013 23:47:52 +0000 Subject: - Add a spotlight comment to allow easy location of Sequel Pro with other search terms than the name --- Scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scripts/build.sh b/Scripts/build.sh index d9d99d61..1717d9f0 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -78,6 +78,9 @@ mkdir -p "${SHARED_SUPPORT_DIR}/Default Themes" cp -R "${SRCROOT}/SharedSupport/Default Themes" "${SHARED_SUPPORT_DIR}" +# Add a SpotLight comment +osascript -e "tell application \"Finder\" to set comment of (alias (POSIX file \"${BUILD_PRODUCT}\")) to \"MySQL database pancakes with syrup\"" + # Perform distribution specific tasks if this is a 'Distribution' build if [ "$CONFIGURATION" == 'Distribution' ] then -- cgit v1.2.3