Advertisement
Guest User

Untitled

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