Contents.json 739 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3
{
  "images" : [
    {
4
      "orientation" : "portrait",
曹云霄's avatar
曹云霄 committed
5 6
      "idiom" : "ipad",
      "extent" : "full-screen",
7
      "minimum-system-version" : "7.0",
曹云霄's avatar
曹云霄 committed
8 9 10 11 12 13
      "scale" : "1x"
    },
    {
      "orientation" : "landscape",
      "idiom" : "ipad",
      "extent" : "full-screen",
14 15
      "minimum-system-version" : "7.0",
      "scale" : "1x"
曹云霄's avatar
曹云霄 committed
16 17 18 19 20
    },
    {
      "orientation" : "portrait",
      "idiom" : "ipad",
      "extent" : "full-screen",
21 22
      "minimum-system-version" : "7.0",
      "scale" : "2x"
曹云霄's avatar
曹云霄 committed
23 24
    },
    {
25
      "orientation" : "landscape",
曹云霄's avatar
曹云霄 committed
26 27
      "idiom" : "ipad",
      "extent" : "full-screen",
28
      "minimum-system-version" : "7.0",
曹云霄's avatar
曹云霄 committed
29 30 31 32 33 34 35 36
      "scale" : "2x"
    }
  ],
  "info" : {
    "version" : 1,
    "author" : "xcode"
  }
}