chrisprice / phonegap-build

This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.
http://chrisprice.github.com/phonegap-build/phonegap-build-maven-plugin
Apache License 2.0
11 stars 18 forks source link

add phonegap debug parameter to app #22

Closed jrluis closed 9 years ago

jrluis commented 9 years ago

Greetings,

This pull request adds debug support by using the "The PhoneGap Build Write API" http://docs.build.phonegap.com/en_US/2.9.0/developer_api_write.md.html

When invoking the [Create a New App] we have an optional parameter "debug" that builds the app in debug mode.

To use the debug parameter configure the plugin with "<debug>true</debug>".

buildhive commented 9 years ago

Chris Price » phonegap-build #69 SUCCESS This pull request looks good (what's this?)

chrisprice commented 9 years ago

Thanks @jrluis! I'll merge this in now and try to get a release out by the weekend (really need to automate the process!).

chrisprice commented 9 years ago

Just pushed to central, normally takes an hour or so to show up.