-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run on 4" iPhone? #5
Comments
I take it you mean on the simulator. It will run the tests on whatever your default device is. You can change that a couple of different ways. I just tried it by running rake simulator retina=4 (then exited) I could look to see if we can implement a command line arg to streamline the process, but this should work for what you are trying to do. |
Oh great thanks! I would send a pull request but I'm not sure where to add Cheers!
|
This seems to be broken now since apple shipped the iOS 7.1 sdk. Regardless of what simulator size launched previously, the 3.5" version is always launched. |
Rubymotion recently updated their app to support an environment variable: device_name="iPhone 5s" rake |
The default configuration only runs the tests on 3.5" iPhone and I can't seem to find a way to run the tests on a 4" iPhone. Any suggestions?
The text was updated successfully, but these errors were encountered: