apache / cordova-browser

Apache Cordova
Apache License 2.0
169 stars 85 forks source link

CB-8224: Add support to launch a specified browser using --target switch... #8

Closed nikhilkh closed 9 years ago

nikhilkh commented 9 years ago

With this change there is support for multiple browsers on Windows, Mac and Linux. I have tried my best to keep parity with existing behavior. Default run behavior is still to launch Chrome with a new profile in a new window.

nikhilkh commented 9 years ago

I rebased and updated this change. I would love someone to review this. Thanks!

nikhilkh commented 9 years ago

@stevengill I noticed you have made some changes in this area. Wondering if you can help review this?