ios - how to change simulator type? -
whenever i'm opening application using start_test_server_in_background, i'm seeing app in iphone simulator. want run in on iphone retina. can suggest me how change settings.
thanks in advance.
i assume running on xcode 5.1.1
for more details see: https://github.com/calabash/calabash-ios/wiki/a0-xcode-51-support
$ device_target="ipad retina (64-bit) - simulator - ios 7.1" calabash-ios console` > start_test_server_in_background`
Comments
Post a Comment