Skip to content

Commit 29f86bf

Browse files
committed
Add a 1024px "ios-marketing" icon
1 parent e97c35b commit 29f86bf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Authenticator/Resources/GenerateIcons.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ inkscape -z -e "${ICONSET}/Icon-120.png" -w 120 $ICON_SVG;
2727
inkscape -z -e "${ICONSET}/Icon-152.png" -w 152 $ICON_SVG;
2828
inkscape -z -e "${ICONSET}/Icon-167.png" -w 167 $ICON_SVG;
2929
inkscape -z -e "${ICONSET}/Icon-180.png" -w 180 $ICON_SVG;
30+
inkscape -z -e "${ICONSET}/Icon-1024.png" -w 1024 $ICON_SVG;
3031

3132
for ICON in $ICONSET/Icon-*.png; do
3233
pngcrush -rem alla -ow -res 144 $ICON;

Authenticator/Resources/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
"idiom" : "ipad",
102102
"filename" : "Icon-167.png",
103103
"scale" : "2x"
104+
},
105+
{
106+
"size" : "1024x1024",
107+
"idiom" : "ios-marketing",
108+
"filename" : "Icon-1024.png",
109+
"scale" : "1x"
104110
}
105111
],
106112
"info" : {
Loading

0 commit comments

Comments
 (0)