mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-18 12:13:28 +08:00
[test] No longer need to manually delete the BS file.
This commit is contained in:
@@ -5,11 +5,6 @@ require "motion/project/template/#{platform}"
|
||||
|
||||
ENV['output'] ||= 'pretty_spec_dox'
|
||||
|
||||
# Always delete the vendor BS file, because it isn't namespaced by platform and
|
||||
# thus leads to problems when running against another platform than the BS file
|
||||
# was created for.
|
||||
FileUtils.rm_f 'vendor/code/code.bridgesupport'
|
||||
|
||||
Motion::Project::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'test'
|
||||
|
||||
Reference in New Issue
Block a user