RubyMotion makes building and running your app in the simulator as easy as typing rake
on the command line.
Sometimes to properly test your app you will need to target a specific simulator or iOS version. Luckily RubyMotion makes this easy to do on the fly.
To target a specific Simulator, run:
rake retina=4
To target a specific iOS version, run:
rake target=6.0