Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <!-- iOS 8.0+ -->
  2. <!-- iPhone 6 Plus -->
  3. <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
  4. <!-- iOS 7.0+ -->
  5. <!-- iPhone / iPod Touch -->
  6. <icon src="res/ios/icon-60.png" width="60" height="60" />
  7. <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
  8. <!-- iPad -->
  9. <icon src="res/ios/icon-76.png" width="76" height="76" />
  10. <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
  11. <!-- Spotlight Icon -->
  12. <icon src="res/ios/icon-40.png" width="40" height="40" />
  13. <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
  14. <!-- iOS 6.1 -->
  15. <!-- iPhone / iPod Touch -->
  16. <icon src="res/ios/icon.png" width="57" height="57" />
  17. <icon src="res/ios/icon@2x.png" width="114" height="114" />
  18. <!-- iPad -->
  19. <icon src="res/ios/icon-72.png" width="72" height="72" />
  20. <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
  21. <!-- iPhone Spotlight and Settings Icon -->
  22. <icon src="res/ios/icon-small.png" width="29" height="29" />
  23. <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
  24. <!-- iPad Spotlight and Settings Icon -->
  25. <icon src="res/ios/icon-50.png" width="50" height="50" />
  26. <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
  27. <!-- iPad Pro -->
  28. <icon src="res/ios/icon-83.5@2x.png" width="167" height="167" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement