diff options
-rwxr-xr-x | Android/res/xml/config.xml | 10 | ||||
-rw-r--r-- | iPhone/FixMyStreet/config.xml | 10 |
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"/> |