Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "images" : [ | 2 "images" : [ |
| 3 { | 3 { |
| 4 "idiom" : "universal", | 4 "idiom" : "universal", |
| 5 "filename" : "bkg1.jpg", | 5 "filename" : "bkg1.jpg", |
| 6 "scale" : "1x" | 6 "scale" : "1x" |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "idiom" : "universal", | 9 "idiom" : "universal", |
| 10 "filename" : "bkg1_2x.jpg", | 10 "filename" : "bkg1_2x.jpg", |
| 11 "scale" : "2x" | 11 "scale" : "2x" |
| 12 }, | |
| 13 { | |
| 14 "idiom" : "universal", | |
|
Yuwei
2017/06/07 20:54:09
XCode attempts to add back the nonexisting 3x imag
nicholss
2017/06/07 21:01:42
yeah it will just use the 2x and scale it.
Yuwei
2017/06/07 22:25:23
Acknowledged.
| |
| 15 "scale" : "3x" | |
| 12 } | 16 } |
| 13 ], | 17 ], |
| 14 "info" : { | 18 "info" : { |
| 15 "version" : 1, | 19 "version" : 1, |
| 16 "author" : "xcode" | 20 "author" : "xcode" |
| 17 } | 21 } |
| 18 } | 22 } |
| OLD | NEW |