Advertisement
Guest User

Untitled

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