Yeah, back before we had config.xml, we had a plugins.xml for cordova-ios projects, and that¹s where service labels were mapped to classes
On 7/29/13 7:09 PM, "Andrew Grieve" <[email protected]> wrote: >I'm not 100% sure of what <plugins-plist> does, but if it's for setting >plugin-specific config settings, the code on iOS has already changed to >remove support for that (only settings in the main config.xml are >supported >now). > > >On Mon, Jul 29, 2013 at 9:22 PM, Filip Maj <[email protected]> wrote: > >> We currently document support for <plugins-plist> in our spec [1]. This >>is >> to support old cordova-ios (2.2 I believe). >> >> >> It would save with some lame special-case code [2] [3] [4]. >> >> Warn folks using plugman w/ plugins using <plugins-plist> elements that >> support is being removed soon? 3 releases for deprecation ya, so around >> 3.3 we remove support for it? >> >> [1] >> >>https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md#plug >>in >> s-plist >> [2] >> >>https://github.com/apache/cordova-plugman/blob/master/src/util/config-cha >>ng >> es.js#L93-L104 >> [3] >> >>https://github.com/apache/cordova-plugman/blob/master/src/util/config-cha >>ng >> es.js#L147-L166 >> [4] >> >>https://github.com/apache/cordova-plugman/blob/master/src/util/config-cha >>ng >> es.js#L236-L252 >> >>
