Skip to content

Commit

Permalink
[www] Update config.xml to match the phonegap-app-hello-world.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Jun 11, 2014
1 parent 9b00d5f commit c0e82b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions www/config.xml
Expand Up @@ -3,7 +3,7 @@
<!-- config.xml reference: https://build.phonegap.com/docs/config-xml -->
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.hello-world"
id = "com.phonegap.helloworld"
version = "1.0.0">

<name>Hello World</name>
Expand Down Expand Up @@ -68,9 +68,7 @@
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
-->

<!-- Define app icon for each platform. This is a relative path to config.xml.
For e.g. if you place an icon.png inside res folder, you should modify the
src in the following setting to "res/icon.png" -->
<!-- Define app icon for each platform. -->
<icon src="icon.png" />
<icon src="res/icon/android/icon-36-ldpi.png" gap:platform="android" gap:qualifier="ldpi" />
<icon src="res/icon/android/icon-48-mdpi.png" gap:platform="android" gap:qualifier="mdpi" />
Expand Down

0 comments on commit c0e82b9

Please sign in to comment.