CB-8295 Fix CSP string, which had an invalid : in it
1 file changed
tree: f61ade5ec7e39a273ab63bc58294f0d54fe8ce5a
  1. hooks/
  2. res/
  3. www/
  4. .gitignore
  5. config.xml
  6. CONTRIBUTING.md
  7. LICENSE
  8. NOTICE
  9. package.json
  10. README.md
  11. RELEASENOTES.md
README.md

Apache Cordova Hello World Application

Simple Hello World application. This is used as the default app template when creating new projects.

Versions and Tags

The Hello World's version is directly tied to an Apache Cordova release.

For example, Hello World 2.0.0 is compatible with Apache Cordova 2.0.0.

To update the snapshot within a platform repo, copy www/ into the repo's template directory, and copy in the relevant files from res/ as well.

How to Update

Update to Apache Cordova x.x.x by:

  1. VERSION
    • Update the version
  2. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x