From 31a0bd480b828ee9b94feb9e88a538b193b03d75 Mon Sep 17 00:00:00 2001 From: The Code Destroyer Date: Thu, 26 Jun 2014 21:04:56 +0200 Subject: [PATCH] Change phonegap package settings --- .cordova/config.json | 2 +- www/config.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cordova/config.json b/.cordova/config.json index 668f416..7e3625d 100644 --- a/.cordova/config.json +++ b/.cordova/config.json @@ -1,7 +1,7 @@ { "lib": { "www": { - "id": "com.phonegap.helloworld", + "id": "org.tcd.arete", "version": "3.5.0", "uri": "https://github.com/phonegap/phonegap-app-hello-world/archive/3.5.0.tar.gz" } diff --git a/www/config.xml b/www/config.xml index 879fd45..154da20 100644 --- a/www/config.xml +++ b/www/config.xml @@ -1,11 +1,11 @@ - - HelloWorld + + Arete - Hello World sample application that responds to the deviceready event. + Coming soon! - - PhoneGap Team + + The Code Destroyer