Skip to content

Commit

Permalink
Added support for Xcode's install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Jul 12, 2012
1 parent b0ca115 commit ebb874e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/xcode_build/tasks/build_task.rb
Expand Up @@ -125,6 +125,11 @@ def define
xcodebuild :clean
end

desc "Builds and installs the target"
task :install do
xcodebuild :install
end

desc "Builds the specified target(s) from a clean slate."
task :cleanbuild => [:clean, :build]
end
Expand Down

0 comments on commit ebb874e

Please sign in to comment.