mirror of
https://github.com/mattrubin/Authenticator.git
synced 2026-05-20 13:40:34 +00:00
Merge pull request #150 from mattrubin/notification-icons
Add new "Notification" icon sizes
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user