diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:47:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:48:49 +0200 |
| commit | b9a05dd3632b6b0b0222c9e379902abdb15ab623 (patch) | |
| tree | 915f271bc89bed061cbad316eb632f95d1915827 /StoneIsland/platforms/ios/Stone Island/config.xml | |
| parent | 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (diff) | |
fix icon
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island/config.xml')
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index 391e10e2..81ddacaf 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -70,15 +70,23 @@ <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <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" /> <preference name="AllowInlineMediaPlayback" value="true" /> <preference name="BackupWebStorage" value="local" /> <preference name="DisallowOverscroll" value="true" /> |
