Contents.json 475 B

12345678910111213141516171819202122232425262728
  1. {
  2. "colors" : [
  3. {
  4. "color" : {
  5. "platform" : "ios",
  6. "reference" : "systemGray6Color"
  7. },
  8. "idiom" : "universal"
  9. },
  10. {
  11. "appearances" : [
  12. {
  13. "appearance" : "luminosity",
  14. "value" : "dark"
  15. }
  16. ],
  17. "color" : {
  18. "platform" : "ios",
  19. "reference" : "systemGray6Color"
  20. },
  21. "idiom" : "universal"
  22. }
  23. ],
  24. "info" : {
  25. "author" : "xcode",
  26. "version" : 1
  27. }
  28. }