Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 676 Bytes

Cordova.md

File metadata and controls

22 lines (9 loc) · 676 Bytes

Cordova

Distribution folders

/www

Developer generated app scripts

/platforms/ios/platform_www

Contains cordova platform scripts to get the app running on this OS. This folder is generated by running cordova platform add ios. Moreover, plugins get also stored here when applied to this platform by using cordova plugin add.

/platforms/ios/www

Target distribution directory is created and updated during call cordova build ios. This call uses developer files from /www and the platform files from /platforms/ios/platform_www and merges these into the target distribution directory.

This folder can be removed by calling cordova clean.