[#1373] Add Tizen icon and splash screen.

- Added a single 128x128px icon [1].
- Added a README.md stating that splash screens are unsupported.

[1] https://wiki.tizen.org/wiki/Manually_installing_apps
2 files changed
tree: 32a3b033d35c67f8a24d5824979f229b9a35ef1c
  1. www/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. README.md
  6. VERSION
README.md

Apache Cordova Hello World Application

Simple Hello World application and test suite.

Run Application

/www/index.html

Run Tests

/www/spec.html

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.

How to Update

Update to Apache Cordova x.x.x by:

  1. www/index.html
    • Update <script type="text/javascript" src="cordova-x.x.x.js"></script>
  2. Commit and Tag
    • git commit -am "[app] Version x.x.x"
    • git tag x.x.x