[rake] Re-instate top-level clean task and refactor into XcodeConfig.

Related to:
* 646cbb1918
* bddc880f98
This commit is contained in:
Eloy Durán
2014-10-17 12:55:57 +02:00
parent 2b5880021b
commit 478472308c
9 changed files with 7 additions and 27 deletions

View File

@@ -236,7 +236,6 @@ module Motion; module Project;
end
def clean_project
super []
vendored_bs_files(false).each do |path|
if File.exist?(path)
App.info 'Delete', path