more wp fixes and metadata

This commit is contained in:
Matias Pando 2014-12-31 18:31:35 +00:00 committed by Matias Alejo Garcia
commit 739ccccdeb
8 changed files with 34 additions and 12 deletions

12
cordova/wp/fix-svg.sh Normal file
View file

@ -0,0 +1,12 @@
#/bin/bash
PROJECT=./cordova/project/platforms
for i in $PROJECT/wp8/www/img/*.svg
do
cat $i |grep -v ?xml > $i
done
for i in $PROJECT/wp8/www/font/*.svg
do
cat $i |grep -v ?xml > $i
done

BIN
cordova/wp/wxga.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
cordova/wp/wxga2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
cordova/wp/wxga3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB