Contents.json 486 B

123456789101112131415161718192021222324
  1. {
  2. "images" : [
  3. {
  4. "orientation" : "landscape",
  5. "idiom" : "tv",
  6. "filename" : "launchImage.png",
  7. "extent" : "full-screen",
  8. "minimum-system-version" : "11.0",
  9. "scale" : "2x"
  10. },
  11. {
  12. "orientation" : "landscape",
  13. "idiom" : "tv",
  14. "filename" : "launchImage-1.png",
  15. "extent" : "full-screen",
  16. "minimum-system-version" : "9.0",
  17. "scale" : "1x"
  18. }
  19. ],
  20. "info" : {
  21. "version" : 1,
  22. "author" : "xcode"
  23. }
  24. }