Skip to content

Commit

Permalink
Project: Include xcodebuild clean in rake clean
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Aug 22, 2016
1 parent e94e9e2 commit f8640fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ desc "Clean"
task :clean => :init do
puts "Cleaning"
FileUtils.rm_rf(OUTPUT_PATH)
xcodebuild("-scheme All clean")
end

# Build
Expand Down

0 comments on commit f8640fe

Please sign in to comment.