I like it existing in the <platform> tag as Tim suggested. Fil - that makes sense, we should doc all these rules
On Wed, Jul 24, 2013 at 3:14 PM, Filip Maj <f...@adobe.com> wrote: > What about this as a rule of thumb for plugins: > > If the <engine> requirements within a plugin's XML if bumped up, we MUST > bump the plugin's MAJOR version > > Since we're versioning plugins on their own it should be fine, ya? Kind of > like how the tooling is versioned on its own pretty much. > > On 7/24/13 2:39 PM, "Shazron" <shaz...@gmail.com> wrote: > > >So when cordova adding plugins it does an <engine> check, yes? > > > >I've got this situation where I want to add a new method to > >CDVCommandDelegate (see my last comment in the issue below): > >https://issues.apache.org/jira/browse/CB-4355 > > > >Basically I want to do this with minimal hassle to devs... (I suppose I > >could do a respondsToSelector, but that's just ugly) > >