The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1KB

  1. {
  2. "images": [
  3. {
  4. "orientation": "portrait",
  5. "idiom": "iphone",
  6. "extent": "full-screen",
  7. "minimum-system-version": "7.0",
  8. "scale": "2x"
  9. },
  10. {
  11. "orientation": "portrait",
  12. "idiom": "iphone",
  13. "extent": "full-screen",
  14. "minimum-system-version": "7.0",
  15. "scale": "2x"
  16. },
  17. {
  18. "orientation": "portrait",
  19. "idiom": "ipad",
  20. "extent": "full-screen",
  21. "minimum-system-version": "7.0",
  22. "scale": "1x"
  23. },
  24. {
  25. "orientation": "landscape",
  26. "idiom": "ipad",
  27. "extent": "full-screen",
  28. "minimum-system-version": "7.0",
  29. "scale": "1x"
  30. },
  31. {
  32. "orientation": "portrait",
  33. "idiom": "ipad",
  34. "extent": "full-screen",
  35. "minimum-system-version": "7.0",
  36. "scale": "2x"
  37. },
  38. {
  39. "orientation": "landscape",
  40. "idiom": "ipad",
  41. "extent": "full-screen",
  42. "minimum-system-version": "7.0",
  43. "scale": "2x"
  44. }
  45. ],
  46. "info": {
  47. "version": 1,
  48. "author": "xcode"
  49. }
  50. }