fix(app): resize app icon renditions to their required exact pixel sizes

All 10 macOS AppIcon slots (16 through 1024) were the same untouched
1254x1254 source image, so Xcode rejected every one of them ("is
1254x1254 but should be NxN"). Resized each with sips to its exact
required size, and filled in the previously-empty iOS 1024x1024 slot
with an alpha-flattened copy (iOS icons can't have transparency;
macOS renditions keep it).
This commit is contained in:
2026-08-14 03:23:11 +01:00
parent 4630f9ef8b
commit 2ee798fb3a
12 changed files with 7 additions and 0 deletions
@@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "outpost-ios-1024.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
@@ -28,31 +29,37 @@
"size" : "1024x1024"
},
{
"filename" : "outpost 9.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "outpost 8.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "outpost 7.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "outpost 6.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "outpost 5.png",
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "outpost 4.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 71 KiB