Make Type atom to start Atom! In Atom press cmd-, to edit your .atom directory compile atom in Release mode

This commit is contained in:
Corey Johnson & Nathan Sobo 2013-01-28 15:01:06 -07:00
parent fa3df3359a
commit 504811316e

View File

@ -6,7 +6,7 @@ require 'erb'
desc "Build Atom via `xcodebuild`"
task :build => "create-project" do
command = "xcodebuild -target Atom configuration=Release SYMROOT=#{BUILD_DIR}"
command = "xcodebuild -target Atom -configuration Release SYMROOT=#{BUILD_DIR}"
output = `#{command}`
if $?.exitstatus != 0
$stderr.puts "Error #{$?.exitstatus}:\n#{output}"