Make atom work with constructicon

This commit is contained in:
probablycorey
2013-06-18 12:24:16 -07:00
parent 5875c814df
commit af655b3674
2 changed files with 17 additions and 0 deletions

View File

@@ -2,5 +2,14 @@
set -e
# This entire file is a hack so that constructicon can build Atom via
# xcode
cd "$(dirname "$0")/.."
./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR"
echo <<OUTPUT_FOR_CONSTRUCTICON
TARGET_BUILD_DIR=$BUILT_PRODUCTS_DIR
FULL_PRODUCT_NAME=Atom.app
PRODUCT_NAME=Atom
OUTPUT_FOR_CONSTRUCTICON