build-projects.sh creates the xcode project

This commit is contained in:
Corey Johnson
2012-08-10 15:51:13 -07:00
parent b3d17b07db
commit e5c920895c
2 changed files with 2 additions and 1 deletions

2
build-project.sh Executable file
View File

@@ -0,0 +1,2 @@
rm -rf atom.xcodeproj
python tools/gyp/gyp --depth=. atom.gyp

View File

@@ -1 +0,0 @@
python tools/gyp/gyp --depth=. atom.gyp && xcodebuild -project atom.xcodeproj/ -scheme Atom clean build