robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Accept simulator local properties over project ones #51

Closed rivancic closed 6 years ago

rivancic commented 8 years ago

Try to solve the issue #50. Now I can define multiple predefined simulators in my gradle build like so:

task launchIPadAirSimulator(type: org.robovm.gradle.tasks.IPadSimulatorTask) {
  ext."robovm.device.name" = "iPad-Air"
  ext."robovm.arch" = "x86"
  ext."robovm.sdk.version" = "8.4"
}

task launchIPad2Simulator(type: org.robovm.gradle.tasks.IPadSimulatorTask) {
  ext."robovm.device.name" = "iPad-2"
  ext."robovm.arch" = "x86"
}

task launchIPhone5sSimulator(type: org.robovm.gradle.tasks.IPhoneSimulatorTask) {

  ext."robovm.device.name" = "iPhone-5s"
  ext."robovm.arch" = "x86_64"
}
ntherning commented 8 years ago

Thanks, we'll consider merging this but we need a signed CLA from you before we can do anything with it.

rivancic commented 6 years ago

acquired = sentenced to death