Remove constructicon files

This commit is contained in:
Kevin Sawicki
2014-01-14 10:18:50 -08:00
parent 01e0970406
commit aec32b65a0
4 changed files with 0 additions and 41 deletions

2
.gitignore vendored
View File

@@ -11,5 +11,3 @@ debug.log
docs/output
spec/fixtures/evil-files/
/apm
atom.xcodeproj
/build/atom.build

View File

@@ -1,14 +0,0 @@
{
'targets': [
{
'target_name': 'Atom',
'type': 'none',
'postbuilds': [
{
'postbuild_name': 'Create Atom, basically do everything',
'action': ['script/constructicon/build'],
},
],
},
],
}

View File

@@ -1,17 +0,0 @@
#!/bin/sh
set -ex
# This entire file is a hack so that constructicon can build Atom via
# xcode
cd "$(dirname "$0")/../.."
rm -fr node_modules
rm -fr vendor/apm/node_modules
rm -fr build/node_modules
./script/bootstrap --no-color
./script/grunt --no-color --build-dir="$BUILT_PRODUCTS_DIR" deploy
echo "TARGET_BUILD_DIR=$BUILT_PRODUCTS_DIR"
echo "FULL_PRODUCT_NAME=Atom.app"
echo "PRODUCT_NAME=Atom"

View File

@@ -1,8 +0,0 @@
#!/bin/sh
set -ex
cd "$(dirname "$0")/../.."
export PATH="atom-shell/Atom.app/Contents/Resources/:${PATH}"
rm -rf atom.xcodeproj
gyp --depth=. atom.gyp