Contents.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "images": [
  3. {
  4. "orientation": "portrait",
  5. "idiom": "iphone",
  6. "extent": "full-screen",
  7. "filename": "Default.png",
  8. "size": "320x480",
  9. "scale": "1x"
  10. },
  11. {
  12. "orientation": "portrait",
  13. "idiom": "iphone",
  14. "extent": "full-screen",
  15. "filename": "Default@2x.png",
  16. "size": "320x480",
  17. "scale": "2x"
  18. },
  19. {
  20. "orientation": "portrait",
  21. "idiom": "iphone",
  22. "extent": "full-screen",
  23. "filename": "Default-568h@2x.png",
  24. "size": "320x568",
  25. "subtype": "retina4",
  26. "scale": "2x"
  27. },
  28. {
  29. "orientation": "portrait",
  30. "idiom": "ipad",
  31. "extent": "full-screen",
  32. "filename": "Default-Portrait.png",
  33. "size": "768x1004",
  34. "scale": "1x"
  35. },
  36. {
  37. "orientation": "portrait",
  38. "idiom": "ipad",
  39. "extent": "full-screen",
  40. "filename": "Default-Portrait@2x.png",
  41. "size": "768x1004",
  42. "scale": "2x"
  43. }
  44. ],
  45. "info": {
  46. "version": 1,
  47. "author": "xcode"
  48. }
  49. }