On Thu Nov 14 06:12 PM, Josh Soref wrote:
> I've converted that into a wiki page:
> https://wiki.apache.org/cordova/ConfigurationFiles
> ---------------------------------------------------------------------

Awesome, thanks for this. You should add:

$PROJECT/platforms/<platform>/www/cordova_plugins.js

- Metadata about what JavaScript modules (from plugins) should be loaded at 
runtime on this platform.
- Reads installed plugins from: $PROJECT/plugins/<platform>.json
- Written by: Plugman during prepare step
- Automatically generated

Another use case to consider for more cordova metadata:

e.g. 
> cordova add language fr

Where would metadata about the 'installed' languages go?
- Android platform = en,fr
- iOS platform = en


Reply via email to