Skip to content

Commit

Permalink
Change phonegap package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeDestroyer committed Jun 26, 2014
1 parent 5886411 commit 31a0bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cordova/config.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
10 changes: 5 additions & 5 deletions www/config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.phonegap.helloworld" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>HelloWorld</name>
<widget id="org.tcd.arete" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Arete</name>
<description>
Hello World sample application that responds to the deviceready event.
Coming soon!
</description>
<author email="support@phonegap.com" href="http://phonegap.com">
PhoneGap Team
<author email="the.code.destroyer@gmail.com" href="https://github.com/TheCodeDestroyer">
The Code Destroyer
</author>
<preference name="permissions" value="none" />
<preference name="phonegap-version" value="3.4.0" />
Expand Down

0 comments on commit 31a0bd4

Please sign in to comment.