[app] Simplify config.xml icons and add Windows Phone.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/b6597491 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/b6597491 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/b6597491 Branch: refs/heads/master Commit: b659749172ab866d10f6e22384f1b6d7345b6196 Parents: 632bff4 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Wed Jul 18 13:23:41 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Wed Jul 18 13:23:41 2012 -0700 ---------------------------------------------------------------------- www/config.xml | 16 ++-------------- www/res/screen/windows_phone_portrait.jpg | Bin 0 -> 11483 bytes 2 files changed, 2 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/b6597491/www/config.xml ---------------------------------------------------------------------- diff --git a/www/config.xml b/www/config.xml index 1135819..db6714d 100644 --- a/www/config.xml +++ b/www/config.xml @@ -13,22 +13,9 @@ Apache Cordova Team </author> - <icon src="res/icon/cordova_16.png" width="16" height="16" /> - <icon src="res/icon/cordova_24.png" width="24" height="24" /> - <icon src="res/icon/cordova_32.png" width="32" height="32" /> - <icon src="res/icon/cordova_48.png" width="48" height="48" /> - <icon src="res/icon/cordova_64.png" width="64" height="64" /> - <icon src="res/icon/cordova_128.png" width="128" height="128" /> - <icon src="res/icon/cordova_256.png" width="256" height="256" /> <icon src="res/icon/cordova_512.png" width="512" height="512" /> - <icon src="res/icon/cordova_android_36.png" width="36" height="36" gap:platform="android" /> - <icon src="res/icon/cordova_android_48.png" width="48" height="48" gap:platform="android" /> - <icon src="res/icon/cordova_android_72.png" width="72" height="72" gap:platform="android" /> <icon src="res/icon/cordova_android_96.png" width="96" height="96" gap:platform="android" /> <icon src="res/icon/cordova_bb_80.png" width="80" height="80" gap:platform="blackberry" /> - <icon src="res/icon/cordova_ios_57.png" width="57" height="57" gap:platform="ios" /> - <icon src="res/icon/cordova_ios_72.png" width="72" height="72" gap:platform="ios" /> - <icon src="res/icon/cordova_ios_114.png" width="114" height="114" gap:platform="ios" /> <icon src="res/icon/cordova_ios_144.png" width="144" height="144" gap:platform="ios" /> <gap:splash src="res/screen/android_hdpi_landscape.png" width="800" height="480" gap:platform="android" /> @@ -36,7 +23,7 @@ <gap:splash src="res/screen/android_ldpi_landscape.png" width="320" height="200" gap:platform="android" /> <gap:splash src="res/screen/android_ldpi_portrait.png" width="200" height="320" gap:platform="android" /> <gap:splash src="res/screen/android_mdpi_landscape.png" width="480" height="320" gap:platform="android" /> - <gap:splash src="res/screen/android_mdpi_portrait.png" width="320" height="480" ap:platform="android" /> + <gap:splash src="res/screen/android_mdpi_portrait.png" width="320" height="480" gap:platform="android" /> <gap:splash src="res/screen/android_xhdpi_landscape.png" width="1280" height="720" gap:platform="android" /> <gap:splash src="res/screen/android_xhdpi_portrait.png" width="720" height="1280" gap:platform="android" /> <gap:splash src="res/screen/blackberry_transparent_300.png" width="300" height="300" gap:platform="blackberry" /> @@ -49,6 +36,7 @@ <gap:splash src="res/screen/iphone_portrait.png" width="320" height="480" gap:platform="ios" /> <gap:splash src="res/screen/iphone_retina_landscape.png" width="960" height="640" gap:platform="ios" /> <gap:splash src="res/screen/iphone_retina_portrait.png" width="640" height="960" gap:platform="ios" /> + <gap:splash src="res/screen/windows_phone_portrait.jpg" width="480" height="800" gap:platform="winphone" /> <feature name="http://api.phonegap.com/1.0/device" /> http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/b6597491/www/res/screen/windows_phone_portrait.jpg ---------------------------------------------------------------------- diff --git a/www/res/screen/windows_phone_portrait.jpg b/www/res/screen/windows_phone_portrait.jpg new file mode 100644 index 0000000..9f95387 Binary files /dev/null and b/www/res/screen/windows_phone_portrait.jpg differ