Update config
This commit is contained in:
parent
dcdb41499d
commit
1899ae758b
1 changed files with 5 additions and 5 deletions
10
config.xml
10
config.xml
|
@ -1,11 +1,11 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="net.theorangeone.oriment" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>HelloCordova</name>
|
<name>Oriment</name>
|
||||||
<description>
|
<description>
|
||||||
A sample Apache Cordova application that responds to the deviceready event.
|
Automatically orientate PDF documents and images based on compass.
|
||||||
</description>
|
</description>
|
||||||
<author email="dev@cordova.apache.org" href="http://cordova.io">
|
<author email="me@theorangeone.net" href="http://theorangeone.net">
|
||||||
Apache Cordova Team
|
TheOrangeOne
|
||||||
</author>
|
</author>
|
||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
<plugin name="cordova-plugin-whitelist" spec="1" />
|
<plugin name="cordova-plugin-whitelist" spec="1" />
|
||||||
|
|
Reference in a new issue