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