Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Created October 9, 2013 00:33
Show Gist options
  • Save mikedijkstra/6894230 to your computer and use it in GitHub Desktop.
Save mikedijkstra/6894230 to your computer and use it in GitHub Desktop.
RubyMotion: Target a specific simulator or iOS version on the fly

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment