Advertisement
Guest User

icons/splash ios

a guest
Dec 16th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.12 KB | None | 0 0
  1.   <platform name="ios">
  2.     <icon src="resources/ios/icon/icon.png" width="57" height="57"/>
  3.     <icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
  4.     <icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
  5.     <icon src="resources/ios/icon/icon-40@2x.png" width="80" height="80"/>
  6.     <icon src="resources/ios/icon/icon-50.png" width="50" height="50"/>
  7.     <icon src="resources/ios/icon/icon-50@2x.png" width="100" height="100"/>
  8.     <icon src="resources/ios/icon/icon-60.png" width="60" height="60"/>
  9.     <icon src="resources/ios/icon/icon-60@2x.png" width="120" height="120"/>
  10.     <icon src="resources/ios/icon/icon-60@3x.png" width="180" height="180"/>
  11.     <icon src="resources/ios/icon/icon-72.png" width="72" height="72"/>
  12.     <icon src="resources/ios/icon/icon-72@2x.png" width="144" height="144"/>
  13.     <icon src="resources/ios/icon/icon-76.png" width="76" height="76"/>
  14.     <icon src="resources/ios/icon/icon-76@2x.png" width="152" height="152"/>
  15.     <icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
  16.     <icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
  17.     <icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
  18.     <splash src="resources/ios/splash/Default-568h@2x~iphone.png" height="1136" width="640"/>
  19.     <splash src="resources/ios/splash/Default-667h.png" height="1334" width="750"/>
  20.     <splash src="resources/ios/splash/Default-736h.png" height="2208" width="1242"/>
  21.     <splash src="resources/ios/splash/Default-Landscape-736h.png" height="1242" width="2208"/>
  22.     <splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" height="1536" width="2048"/>
  23.     <splash src="resources/ios/splash/Default-Landscape~ipad.png" height="768" width="1024"/>
  24.     <splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" height="2048" width="1536"/>
  25.     <splash src="resources/ios/splash/Default-Portrait~ipad.png" height="1024" width="768"/>
  26.     <splash src="resources/ios/splash/Default@2x~iphone.png" height="960" width="640"/>
  27.     <splash src="resources/ios/splash/Default~iphone.png" height="480" width="320"/>
  28.   </platform>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement