Tag Archives: software dev

Automating Cordova builds and deployment

This post will detail the process I used to fire a single command on my build computer, and then wirelesly install the app on my iOS device.

I use Cordova Cli to manage my project, but rather than execute the cordova commands myself, I let Grunt automate that for me.

Of note, I currently use Cordova 2.9, so while some stuff will have changed, the basic principle will work on newer versions too.

Continue reading Automating Cordova builds and deployment