diff --git a/app/config.xml b/app/config.xml new file mode 100644 index 0000000..8caf135 --- /dev/null +++ b/app/config.xml @@ -0,0 +1,26 @@ + + + INTVAL + + A sample Apache Cordova application that responds to the deviceready event. + + + Apache Cordova Team + + + + + + + + + + + + + + + + + + diff --git a/app/hooks/README.md b/app/hooks/README.md new file mode 100644 index 0000000..574ad4c --- /dev/null +++ b/app/hooks/README.md @@ -0,0 +1,23 @@ + +# Cordova Hooks + +Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide. diff --git a/app/package.json b/app/package.json new file mode 100644 index 0000000..14a6739 --- /dev/null +++ b/app/package.json @@ -0,0 +1,12 @@ +{ + "name": "com.sixteenmillimeter.intval3", + "displayName": "INTVAL", + "version": "1.0.0", + "description": "A sample Apache Cordova application that responds to the deviceready event.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Apache Cordova Team", + "license": "Apache-2.0" +} \ No newline at end of file diff --git a/app/res/README.md b/app/res/README.md new file mode 100644 index 0000000..bffb33b --- /dev/null +++ b/app/res/README.md @@ -0,0 +1,29 @@ + + +Note that these image resources are not copied into a project when a project +is created with the CLI. Although there are default image resources in a +newly-created project, those come from the platform-specific project template, +which can generally be found in the platform's `template` directory. Until +icon and splashscreen support is added to the CLI, these image resources +aren't used directly. + +See https://issues.apache.org/jira/browse/CB-5145 diff --git a/app/www/index.html b/app/www/index.html index fc0cb74..88696ca 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -255,9 +255,11 @@ + +