Hey all, There's an issue filed for plugman [1], wherein a user had an issue authoring a plugin.xml file for a plugin and got tripped up with <framework> [2] and <lib-file> [3] support on different platforms.
Currently: <framework> only applies to iOS. <lib-file> only for BB10. To confuse matters further, we also support <source-file> elements with a framework=true attribute (that is iOS-only). :) Any ideas on how to consolidate all this stuff? How to make this specification clearer/more readable/more intuitive? [1] https://issues.apache.org/jira/browse/CB-4430 [2] http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md.html#Plugin%20Sp ecification_framework [3] http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md.html#Plugin%20Sp ecification_lib_file [4] http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md.html#Plugin%20Sp ecification_source_file