Fix app icon inconsistencies

- iOS: Single size

- macOS: Add missing
This commit is contained in:
Davide De Rosa 2022-10-15 16:38:49 +02:00
parent 592b0801e2
commit c4ca510b72
8 changed files with 38 additions and 77 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,104 +1,65 @@
{ {
"images" : [ "images" : [
{ {
"idiom" : "iphone", "filename" : "AppIcon-ios.png",
"size" : "20x20", "idiom" : "universal",
"scale" : "2x" "platform" : "ios",
"size" : "1024x1024"
}, },
{ {
"idiom" : "iphone", "idiom" : "mac",
"size" : "20x20", "scale" : "1x",
"scale" : "3x" "size" : "16x16"
}, },
{ {
"idiom" : "iphone", "idiom" : "mac",
"size" : "29x29", "scale" : "2x",
"scale" : "2x" "size" : "16x16"
}, },
{ {
"idiom" : "iphone", "idiom" : "mac",
"size" : "29x29", "scale" : "1x",
"scale" : "3x" "size" : "32x32"
}, },
{ {
"idiom" : "iphone", "idiom" : "mac",
"size" : "40x40", "scale" : "2x",
"scale" : "2x" "size" : "32x32"
}, },
{ {
"idiom" : "iphone", "idiom" : "mac",
"size" : "40x40", "scale" : "1x",
"scale" : "3x" "size" : "128x128"
}, },
{ {
"size" : "60x60", "idiom" : "mac",
"idiom" : "iphone", "scale" : "2x",
"filename" : "AppIcon-120.png", "size" : "128x128"
"scale" : "2x"
}, },
{ {
"size" : "60x60", "idiom" : "mac",
"idiom" : "iphone", "scale" : "1x",
"filename" : "AppIcon-180.png", "size" : "256x256"
"scale" : "3x"
}, },
{ {
"idiom" : "ipad", "idiom" : "mac",
"size" : "20x20", "scale" : "2x",
"scale" : "1x" "size" : "256x256"
}, },
{ {
"idiom" : "ipad", "idiom" : "mac",
"size" : "20x20", "scale" : "1x",
"scale" : "2x" "size" : "512x512"
}, },
{ {
"idiom" : "ipad", "filename" : "AppIcon-mac.png",
"size" : "29x29", "idiom" : "mac",
"scale" : "1x" "scale" : "2x",
}, "size" : "512x512"
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "AppIcon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "AppIcon-152.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "AppIcon-167.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "AppIcon-1024.png",
"scale" : "1x"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }