Contents.json 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "images" : [
  3. {
  4. "idiom" : "iphone",
  5. "filename" : "movie.png",
  6. "scale" : "1x"
  7. },
  8. {
  9. "idiom" : "iphone",
  10. "filename" : "movie@2x.png",
  11. "scale" : "2x"
  12. },
  13. {
  14. "idiom" : "iphone",
  15. "filename" : "movie@3x.png",
  16. "scale" : "3x"
  17. },
  18. {
  19. "idiom" : "ipad",
  20. "scale" : "1x"
  21. },
  22. {
  23. "idiom" : "ipad",
  24. "filename" : "movie@2x~ipad.png",
  25. "scale" : "2x"
  26. },
  27. {
  28. "idiom" : "watch",
  29. "scale" : "2x"
  30. },
  31. {
  32. "idiom" : "watch",
  33. "scale" : "2x",
  34. "screen-width" : "<=145"
  35. },
  36. {
  37. "idiom" : "watch",
  38. "scale" : "2x",
  39. "screen-width" : ">161"
  40. },
  41. {
  42. "idiom" : "watch",
  43. "scale" : "2x",
  44. "screen-width" : ">145"
  45. },
  46. {
  47. "idiom" : "watch",
  48. "scale" : "2x",
  49. "screen-width" : ">183"
  50. }
  51. ],
  52. "info" : {
  53. "version" : 1,
  54. "author" : "xcode"
  55. }
  56. }