robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Supported to specify the device name and the sdk version of simulator #23

Closed jtakakura closed 9 years ago

jtakakura commented 9 years ago

It's possible to choose device type and sdk version by the project properties as below.

gradle launchIPhoneSimulator -Probovm.deviceName=iPhone-5s -Probovm.sdkVersion=7.1

ashleyj commented 9 years ago

This is probably a much more elegant approach than hard-coding task names, but to avoid users having to 'guess' what property values are valid, we should add a description also amend the README.md