|
1 | 1 | { |
2 | 2 | "images" : [ |
3 | | - { |
4 | | - "idiom" : "iphone", |
| 3 | + { |
5 | 4 | "size" : "20x20", |
6 | | - "scale" : "2x" |
| 5 | + "idiom": "iphone", |
| 6 | + "filename" : "appIcon-20@2x.png", |
| 7 | + "scale": "2x" |
| 8 | + }, |
| 9 | + { |
| 10 | + "size" : "20x20", |
| 11 | + "idiom": "iphone", |
| 12 | + "filename" : "appIcon-20@3x.png", |
| 13 | + "scale": "3x" |
| 14 | + }, |
| 15 | + { |
| 16 | + "size" : "20x20", |
| 17 | + "idiom": "ipad", |
| 18 | + "filename" : "appIcon-20.png", |
| 19 | + "scale": "1x" |
7 | 20 | }, |
8 | 21 | { |
9 | | - "idiom" : "iphone", |
10 | 22 | "size" : "20x20", |
11 | | - "scale" : "3x" |
| 23 | + "idiom": "ipad", |
| 24 | + "filename" : "appIcon-20@2x.png", |
| 25 | + "scale": "2x" |
12 | 26 | }, |
13 | 27 | { |
14 | | - "idiom" : "iphone", |
15 | 28 | "size" : "29x29", |
| 29 | + "idiom" : "iphone", |
| 30 | + "filename" : "appIcon-29@2x.png", |
16 | 31 | "scale" : "2x" |
17 | 32 | }, |
18 | 33 | { |
19 | | - "idiom" : "iphone", |
20 | 34 | "size" : "29x29", |
| 35 | + "idiom" : "iphone", |
| 36 | + "filename" : "appIcon-29@3x.png", |
21 | 37 | "scale" : "3x" |
22 | 38 | }, |
23 | 39 | { |
24 | | - "idiom" : "iphone", |
25 | 40 | "size" : "40x40", |
| 41 | + "idiom" : "iphone", |
| 42 | + "filename" : "appIcon-40@2x.png", |
26 | 43 | "scale" : "2x" |
27 | 44 | }, |
28 | 45 | { |
29 | | - "idiom" : "iphone", |
30 | 46 | "size" : "40x40", |
| 47 | + "idiom" : "iphone", |
| 48 | + "filename" : "appIcon-40@3x.png", |
31 | 49 | "scale" : "3x" |
32 | 50 | }, |
33 | 51 | { |
34 | | - "idiom" : "iphone", |
35 | 52 | "size" : "60x60", |
| 53 | + "idiom" : "iphone", |
| 54 | + "filename" : "appIcon-60@2x.png", |
36 | 55 | "scale" : "2x" |
37 | 56 | }, |
38 | 57 | { |
39 | | - "idiom" : "iphone", |
40 | 58 | "size" : "60x60", |
| 59 | + "idiom" : "iphone", |
| 60 | + "filename" : "appIcon-60@3x.png", |
41 | 61 | "scale" : "3x" |
42 | 62 | }, |
43 | 63 | { |
44 | | - "idiom" : "ios-marketing", |
| 64 | + "size" : "29x29", |
| 65 | + "idiom" : "ipad", |
| 66 | + "filename" : "appIcon-29.png", |
| 67 | + "scale" : "1x" |
| 68 | + }, |
| 69 | + { |
| 70 | + "size" : "29x29", |
| 71 | + "idiom" : "ipad", |
| 72 | + "filename" : "appIcon-29@2x.png", |
| 73 | + "scale" : "2x" |
| 74 | + }, |
| 75 | + { |
| 76 | + "size" : "40x40", |
| 77 | + "idiom" : "ipad", |
| 78 | + "filename" : "appIcon-40.png", |
| 79 | + "scale" : "1x" |
| 80 | + }, |
| 81 | + { |
| 82 | + "size" : "40x40", |
| 83 | + "idiom" : "ipad", |
| 84 | + "filename" : "appIcon-40@2x.png", |
| 85 | + "scale" : "2x" |
| 86 | + }, |
| 87 | + { |
| 88 | + "size" : "76x76", |
| 89 | + "idiom" : "ipad", |
| 90 | + "filename" : "appIcon-76.png", |
| 91 | + "scale" : "1x" |
| 92 | + }, |
| 93 | + { |
| 94 | + "size" : "76x76", |
| 95 | + "idiom" : "ipad", |
| 96 | + "filename" : "appIcon-76@2x.png", |
| 97 | + "scale" : "2x" |
| 98 | + }, |
| 99 | + { |
| 100 | + "size" : "83.5x83.5", |
| 101 | + "idiom" : "ipad", |
| 102 | + "filename" : "appIcon-83.5@2x.png", |
| 103 | + "scale" : "2x" |
| 104 | + }, |
| 105 | + { |
45 | 106 | "size" : "1024x1024", |
| 107 | + "idiom" : "ios-marketing", |
| 108 | + "filename" : "appIcon-1024.png", |
46 | 109 | "scale" : "1x" |
47 | 110 | } |
48 | 111 | ], |
|
0 commit comments