diff options
Diffstat (limited to 'StoneIsland/config.xml')
| -rwxr-xr-x | StoneIsland/config.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index 1a0f6d90..010c3c7e 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -41,15 +41,23 @@ <preference name="BackupWebStorage" value="local" /> <preference name="KeyboardDisplayRequiresUserAction" value="false" /> <splash src="res/screen/ios/Default@2x~universal~anyany.png" /> - <splash height="480" src="res/screen/ios/Default~iphone.png" width="320" /> - <splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640" /> - <splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768" /> - <splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" /> - <splash height="768" src="res/screen/ios/Default-Landscape~ipad.png" width="1024" /> - <splash height="1536" src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" /> - <splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640" /> - <splash height="1334" src="res/screen/ios/Default-667h.png" width="750" /> - <splash height="2208" src="res/screen/ios/Default-736h.png" width="1242" /> + <icon height="180" src="res/icon/ios/icon-60@3x.png" width="180" /> + <icon height="60" src="res/icon/ios/icon-60.png" width="60" /> + <icon height="120" src="res/icon/ios/icon-60@2x.png" width="120" /> + <icon height="76" src="res/icon/ios/icon-76.png" width="76" /> + <icon height="152" src="res/icon/ios/icon-76@2x.png" width="152" /> + <icon height="40" src="res/icon/ios/icon-40.png" width="40" /> + <icon height="80" src="res/icon/ios/icon-40@2x.png" width="80" /> + <icon height="57" src="res/icon/ios/icon.png" width="57" /> + <icon height="114" src="res/icon/ios/icon@2x.png" width="114" /> + <icon height="72" src="res/icon/ios/icon-72.png" width="72" /> + <icon height="144" src="res/icon/ios/icon-72@2x.png" width="144" /> + <icon height="167" src="res/icon/ios/icon-167.png" width="167" /> + <icon height="29" src="res/icon/ios/icon-small.png" width="29" /> + <icon height="58" src="res/icon/ios/icon-small@2x.png" width="58" /> + <icon height="50" src="res/icon/ios/icon-50.png" width="50" /> + <icon height="100" src="res/icon/ios/icon-50@2x.png" width="100" /> + <icon height="167" src="res/icon/ios/icon-83.5@2x.png" width="167" /> </platform> <feature name="StatusBar"> <param name="ios-package" onload="true" value="CDVStatusBar" /> |
