Contents.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "images" : [
  3. {
  4. "size" : "24x24",
  5. "idiom" : "watch",
  6. "scale" : "2x",
  7. "filename" : "AppIcon24@2x.png",
  8. "role" : "notificationCenter",
  9. "subtype" : "38mm"
  10. },
  11. {
  12. "size" : "27.5x27.5",
  13. "idiom" : "watch",
  14. "scale" : "2x",
  15. "filename" : "AppIcon27.5@2x.png",
  16. "role" : "notificationCenter",
  17. "subtype" : "42mm"
  18. },
  19. {
  20. "size" : "29x29",
  21. "idiom" : "watch",
  22. "filename" : "AppIcon29@2x.png",
  23. "role" : "companionSettings",
  24. "scale" : "2x"
  25. },
  26. {
  27. "size" : "29x29",
  28. "idiom" : "watch",
  29. "filename" : "AppIcon29@3x.png",
  30. "role" : "companionSettings",
  31. "scale" : "3x"
  32. },
  33. {
  34. "size" : "40x40",
  35. "idiom" : "watch",
  36. "scale" : "2x",
  37. "filename" : "AppIcon40@2x.png",
  38. "role" : "appLauncher",
  39. "subtype" : "38mm"
  40. },
  41. {
  42. "size" : "44x44",
  43. "idiom" : "watch",
  44. "scale" : "2x",
  45. "filename" : "AppIcon44@2x.png",
  46. "role" : "longLook",
  47. "subtype" : "42mm"
  48. },
  49. {
  50. "size" : "86x86",
  51. "idiom" : "watch",
  52. "scale" : "2x",
  53. "filename" : "AppIcon86@2x.png",
  54. "role" : "quickLook",
  55. "subtype" : "38mm"
  56. },
  57. {
  58. "size" : "98x98",
  59. "idiom" : "watch",
  60. "scale" : "2x",
  61. "filename" : "AppIcon98@2x.png",
  62. "role" : "quickLook",
  63. "subtype" : "42mm"
  64. }
  65. ],
  66. "info" : {
  67. "version" : 1,
  68. "author" : "xcode"
  69. }
  70. }