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" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
"filename" : "AppIcon-ios.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-120.png",
"scale" : "2x"
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-180.png",
"scale" : "3x"
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
"idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"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"
"filename" : "AppIcon-mac.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}