| OLD | NEW |
| 1 { | 1 { |
| 2 "images": [ | 2 "images": [ |
| 3 { | 3 { |
| 4 "filename": "ic_touch_app.png", | 4 "filename": "ic_touch_app.png", |
| 5 "idiom": "universal", | 5 "idiom": "universal", |
| 6 "scale": "1x" | 6 "scale": "1x" |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "filename": "ic_touch_app_2x.png", | 9 "filename": "ic_touch_app_2x.png", |
| 10 "idiom": "universal", | 10 "idiom": "universal", |
| 11 "scale": "2x" | 11 "scale": "2x" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "filename": "ic_touch_app_3x.png", | 14 "filename": "ic_touch_app_3x.png", |
| 15 "idiom": "universal", | 15 "idiom": "universal", |
| 16 "scale": "3x" | 16 "scale": "3x" |
| 17 } | 17 } |
| 18 ], | 18 ], |
| 19 "info": { | 19 "info": { |
| 20 "author": "xcode", | 20 "author": "xcode", |
| 21 "template-rendering-intent": "template", | 21 "template-rendering-intent": "template", |
| 22 "version": 1 | 22 "version": 1 |
| 23 } | 23 } |
| 24 } | 24 } |
| OLD | NEW |