Re: Adding cordova.platform property

2013-09-08 Thread Ian Clelland
Added CB-4761 to track this. On Sat, Sep 7, 2013 at 6:08 PM, Ian Clelland wrote: > > > On Friday, September 6, 2013, Brian LeRoux wrote: > >> what does that string return? ios|android|etc? or... ios-7|android-2.3 ??? >> >> or browser? > > > ios|android|etc > > It should be the same platform tha

Re: Publishing plugins to Git

2013-09-08 Thread Don Coleman
Plugman needs to clone the project, I'm not sure if you can clone a directory. I create a git project for each of my plugins e.g. https://github.com/don/BluetoothSerial.git On Sun, Sep 8, 2013 at 8:16 PM, Andrew Grieve wrote: > You didn't use the correct URL. Try: > > > https://github.com/john

Re: Publishing plugins to Git

2013-09-08 Thread Andrew Grieve
You didn't use the correct URL. Try: https://github.com/johnwargo/cordova-programming-code.git#master:plugins/carrier On Sun, Sep 8, 2013 at 1:33 PM, John Wargo wrote: > Is there anything special about distributing your plugins on GitHub? My > files are up there, but when I try to test addin

Publishing plugins to Git

2013-09-08 Thread John Wargo
Is there anything special about distributing your plugins on GitHub? My files are up there, but when I try to test adding the plugin from that location I get the following error: [Error: Error fetching plugin: Error: failed to get the plugin via git from URL https://github.com/johnwargo/cordo

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-08 Thread James Jong
Andrew - what I was thinking was pretty much what Michal wrote below. Perhaps it was my interpretation of the original note but I thought defaults was to be applied only in the CLI workflow. -James Jong On Sep 7, 2013, at 1:05 PM, Michal Mocny wrote: > With this proposal as it stands, I thin