mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-19 12:22:27 +08:00
[OSX] fix a bug where vendor build directory is not removed with `rake clean' on OSX project
http://hipbyte.myjetbrains.com/youtrack/issue/RM-571
This commit is contained in:
@@ -48,7 +48,7 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
def clean
|
||||
[XcodeBuildDir, 'build', 'build-iPhoneSimulator', 'build-iPhoneOS'].each do |build_dir|
|
||||
[XcodeBuildDir, 'build', 'build-iPhoneSimulator', 'build-iPhoneOS', 'build-MacOSX'].each do |build_dir|
|
||||
build_dir = File.join(@path, build_dir)
|
||||
if File.exist?(build_dir)
|
||||
App.info 'Delete', relative_path(build_dir)
|
||||
|
||||
Reference in New Issue
Block a user