File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Images.xcassets/AppIcon.appiconset Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ inkscape -z -e "${ICONSET}/Icon-120.png" -w 120 $ICON_SVG;
27
27
inkscape -z -e " ${ICONSET} /Icon-152.png" -w 152 $ICON_SVG ;
28
28
inkscape -z -e " ${ICONSET} /Icon-167.png" -w 167 $ICON_SVG ;
29
29
inkscape -z -e " ${ICONSET} /Icon-180.png" -w 180 $ICON_SVG ;
30
+ inkscape -z -e " ${ICONSET} /Icon-1024.png" -w 1024 $ICON_SVG ;
30
31
31
32
for ICON in $ICONSET /Icon-* .png; do
32
33
pngcrush -rem alla -ow -res 144 $ICON ;
Original file line number Diff line number Diff line change 101
101
"idiom" : " ipad" ,
102
102
"filename" : " Icon-167.png" ,
103
103
"scale" : " 2x"
104
+ },
105
+ {
106
+ "size" : " 1024x1024" ,
107
+ "idiom" : " ios-marketing" ,
108
+ "filename" : " Icon-1024.png" ,
109
+ "scale" : " 1x"
104
110
}
105
111
],
106
112
"info" : {
You can’t perform that action at this time.
0 commit comments