Contents.json 442 B

12345678910111213141516171819202122232425262728
  1. {
  2. "images" : [
  3. {
  4. "idiom" : "watch",
  5. "scale" : "2x",
  6. "screen-width" : "<=145"
  7. },
  8. {
  9. "idiom" : "watch",
  10. "scale" : "2x",
  11. "screen-width" : ">161"
  12. },
  13. {
  14. "idiom" : "watch",
  15. "scale" : "2x",
  16. "screen-width" : ">145"
  17. },
  18. {
  19. "idiom" : "watch",
  20. "scale" : "2x",
  21. "screen-width" : ">183"
  22. }
  23. ],
  24. "info" : {
  25. "version" : 1,
  26. "author" : "xcode"
  27. }
  28. }