roboscala / sbt-robovm

An sbt plugin for iOS development in Scala
BSD 2-Clause "Simplified" License
108 stars 16 forks source link

Added debug configuration for launching with RoboVM debugger enabled #42

Closed Darkyenus closed 9 years ago

Darkyenus commented 9 years ago

This implements changes discussed in #40. Plugin has a quite complex hierarchy of internal tasks, which need to pass current scope around all the time. However that was already being done for some parts, so this cleaned it up a bit. In future we might want to use the passed around scope in all (most?) tasks and settings on which our tasks depend, but I haven't done that yet, this should be enough for now.

ajhager commented 9 years ago

This is looks great and works on my end. Thanks!