Contents.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "images" : [
  3. {
  4. "orientation" : "portrait",
  5. "idiom" : "iphone",
  6. "extent" : "full-screen",
  7. "minimum-system-version" : "7.0",
  8. "scale" : "2x"
  9. },
  10. {
  11. "orientation" : "portrait",
  12. "idiom" : "iphone",
  13. "subtype" : "retina4",
  14. "extent" : "full-screen",
  15. "minimum-system-version" : "7.0",
  16. "scale" : "2x"
  17. },
  18. {
  19. "orientation" : "portrait",
  20. "idiom" : "ipad",
  21. "extent" : "full-screen",
  22. "minimum-system-version" : "7.0",
  23. "scale" : "1x"
  24. },
  25. {
  26. "orientation" : "landscape",
  27. "idiom" : "ipad",
  28. "extent" : "full-screen",
  29. "minimum-system-version" : "7.0",
  30. "scale" : "1x"
  31. },
  32. {
  33. "orientation" : "portrait",
  34. "idiom" : "ipad",
  35. "extent" : "full-screen",
  36. "minimum-system-version" : "7.0",
  37. "scale" : "2x"
  38. },
  39. {
  40. "orientation" : "landscape",
  41. "idiom" : "ipad",
  42. "extent" : "full-screen",
  43. "minimum-system-version" : "7.0",
  44. "scale" : "2x"
  45. }
  46. ],
  47. "info" : {
  48. "version" : 1,
  49. "author" : "xcode"
  50. }
  51. }