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