aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-15 11:21:12 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-15 11:32:12 +0100
commita99e25baa54e720643d76fc77a6659401c11f51b (patch)
tree4613e7799298696e708f761da7b0553c220a00d2
parent8246bcdcadcc3b494b0dc2eef8762a8333b6a661 (diff)
replace config.xml standard app info with our own details
-rwxr-xr-xAndroid/res/xml/config.xml10
-rw-r--r--iPhone/FixMyStreet/config.xml10
2 files changed, 10 insertions, 10 deletions
diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml
index 6d343ef..e43f649 100755
--- a/Android/res/xml/config.xml
+++ b/Android/res/xml/config.xml
@@ -18,16 +18,16 @@
under the License.
-->
<widget xmlns = "http://www.w3.org/ns/widgets"
- id = "io.cordova.helloCordova"
+ id = "org.mysociety.fixmystreet"
version = "2.0.0">
- <name>Hello Cordova</name>
+ <name>FixMyStreet</name>
<description>
- A sample Apache Cordova application that responds to the deviceready event.
+ Report problems on FixMyStreet
</description>
- <author href="http://cordova.io" email="dev@cordova.apache.org">
- Apache Cordova Team
+ <author href="http://mysociety.org" email="team@mysociety.org">
+ mySociety
</author>
<access origin=".*.tile.openstreetmap.org"/>
diff --git a/iPhone/FixMyStreet/config.xml b/iPhone/FixMyStreet/config.xml
index 252eb93..4c14ed9 100644
--- a/iPhone/FixMyStreet/config.xml
+++ b/iPhone/FixMyStreet/config.xml
@@ -18,16 +18,16 @@
under the License.
-->
<widget xmlns = "http://www.w3.org/ns/widgets"
- id = "io.cordova.helloCordova"
+ id = "org.mysociety.fixmystreet"
version = "2.0.0">
- <name>Hello Cordova</name>
+ <name>FixMyStreet</name>
<description>
- A sample Apache Cordova application that responds to the deviceready event.
+ Report problems on FixMyStreet
</description>
- <author href="http://cordova.io" email="dev@cordova.apache.org">
- Apache Cordova Team
+ <author href="http://mysociety.org" email="team@mysociety.org">
+ mySociety
</author>
<access origin="*.tile.openstreetmap.org"/>