Merge pull request #150 from mattrubin/notification-icons

Add new "Notification" icon sizes
This commit is contained in:
Matt Rubin
2016-10-23 01:35:18 -04:00
committed by GitHub
4 changed files with 26 additions and 0 deletions
+2
View File
@@ -4,9 +4,11 @@ hash inkscape 2>/dev/null || { echo >&2 "Icon generation requires inkscape. Usin
hash pngcrush 2>/dev/null || { echo >&2 "Icon generation requires pngcrush. Using existing icons instead."; exit 0; }
# Generate App Icons
inkscape -z -e "Icon-20.png" -w 20 "Icon.svg";
inkscape -z -e "Icon-29.png" -w 29 "Icon.svg";
inkscape -z -e "Icon-40.png" -w 40 "Icon.svg";
inkscape -z -e "Icon-58.png" -w 58 "Icon.svg";
inkscape -z -e "Icon-60.png" -w 60 "Icon.svg";
inkscape -z -e "Icon-76.png" -w 76 "Icon.svg";
inkscape -z -e "Icon-80.png" -w 80 "Icon.svg";
inkscape -z -e "Icon-87.png" -w 87 "Icon.svg";
@@ -1,5 +1,17 @@
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-40.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-60.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
@@ -36,6 +48,18 @@
"filename" : "Icon-180.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-20.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB