tree: ad30c48d3307e9de7fd4feee865d3689b678c0bc [path history] [tgz]
  1. templates/
  2. tests/
  3. autotest
  4. cordova_plist_to_config_xml
  5. create
  6. diagnose_project
  7. package.json
  8. README.md
  9. replaces
  10. test
  11. uncrustify.cfg
  12. uncrustify.sh
  13. update_cordova_subproject
lib/cordova-ios/bin/README.md

Updating the template project

  1. Generate the tagged JavaScript file from the cordova-js repo
  2. Delete the cordova-X.X.X.js file in templates/project/www
  3. Copy the file from (1) into templates/project/www
  4. Rename the file in (3) to cordova-X.X.X.js where X.X.X is the current Cordova version
  5. Update the <script> tag reference for the templates/project/www/index.html file to point to (4)