Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <icon src="icon.png" />
  2. <splash src="splash.png" />
  3. <platform name="ios">
  4. <icon src="res/icon/ios/icon.png" width="57" height="57" />
  5. <icon src="res/icon/ios/icon@2x.png" width="114" height="114" />
  6. <icon src="res/icon/ios/icon-72.png" width="72" height="72" />
  7. <icon src="res/icon/ios/icon-72@2x.png" width="144" height="144" />
  8. <icon src="res/icon/ios/icon-60.png" width="60" height="60" />
  9. <icon src="res/icon/ios/icon-60@2x.png" width="120" height="120" />
  10. <icon src="res/icon/ios/icon-60@3x.png" width="180" height="180" />
  11. <icon src="res/icon/ios/icon-76.png" width="76" height="76" />
  12. <icon src="res/icon/ios/icon-76@2x.png" width="152" height="152" />
  13. <splash src="res/splash/ios/Default~iphone.png" width="320" height="480"/>
  14. <splash src="res/splash/ios/Default@2x~iphone.png" width="640" height="960"/>
  15. <splash src="res/splash/ios/Default-Portrait~ipad.png" width="768" height="1024"/>
  16. <splash src="res/splash/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
  17. <splash src="res/splash/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
  18. <splash src="res/splash/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
  19. <splash src="res/splash/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
  20. <splash src="res/splash/ios/Default-667h.png" width="750" height="1334"/>
  21. <splash src="res/splash/ios/Default-736h.png" width="1242" height="2208"/>
  22. <splash src="res/splash/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
  23. </platform>
  24.  
  25. <icon src="icon.png" />
  26. <splash src="splash.png" />
  27. <platform name="ios">
  28. <icon src="res/icon/ios/icon.png" width="57" height="57" />
  29. <icon src="res/icon/ios/icon@2x.png" width="114" height="114" />
  30. <icon src="res/icon/ios/icon-72.png" width="72" height="72" />
  31. <icon src="res/icon/ios/icon-72@2x.png" width="144" height="144" />
  32. <icon src="res/icon/ios/icon-60.png" width="60" height="60" />
  33. <icon src="res/icon/ios/icon-60@2x.png" width="120" height="120" />
  34. <icon src="res/icon/ios/icon-60@3x.png" width="180" height="180" />
  35. <icon src="res/icon/ios/icon-76.png" width="76" height="76" />
  36. <icon src="res/icon/ios/icon-76@2x.png" width="152" height="152" />
  37. <splash src="res/splash/ios/Default~iphone.png" width="320" height="480"/>
  38. <splash src="res/splash/ios/Default@2x~iphone.png" width="640" height="960"/>
  39. <splash src="res/splash/ios/Default-Portrait~ipad.png" width="768" height="1024"/>
  40. <splash src="res/splash/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
  41. <splash src="res/splash/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
  42. <splash src="res/splash/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
  43. <splash src="res/splash/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
  44. <splash src="res/splash/ios/Default-667h.png" width="750" height="1334"/>
  45. <splash src="res/splash/ios/Default-736h.png" width="1242" height="2208"/>
  46. <splash src="res/splash/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
  47. </platform>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement