mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-29 05:05:37 +08:00
add missing 'rake emulator' task
This commit is contained in:
@@ -579,11 +579,14 @@ namespace 'device' do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Build the app then run it in the emulator"
|
||||||
|
task :emulator => ['build', 'emulator:install', 'emulator:start']
|
||||||
|
|
||||||
desc "Build the app then run it in the device"
|
desc "Build the app then run it in the device"
|
||||||
task :device => ['build', 'device:install', 'device:start']
|
task :device => ['build', 'device:install', 'device:start']
|
||||||
|
|
||||||
desc "Build the app then run it in the emulator"
|
desc "Same as 'rake emulator'"
|
||||||
task :default => 'emulator:start'
|
task :default => :emulator
|
||||||
|
|
||||||
desc "Same as 'spec:emulator'"
|
desc "Same as 'spec:emulator'"
|
||||||
task :spec => 'spec:emulator'
|
task :spec => 'spec:emulator'
|
||||||
|
|||||||
Reference in New Issue
Block a user