I tried to generated watchOS App Icon but some icon doesn't have the correct size. Example:
watchIcon-108.0x108.0@2x.png --> real size : 216x216px
(every @2x seems to be double pixels. But real size in icon name should be preferable...)
Apple wathcOS sizes requirements:
| 38mm |
40mm |
41mm |
42mm |
44mm |
45mm |
49mm |
Usage |
| 80x80 |
88x88 |
92x92 |
80x80 |
100x100 |
102x102 |
108x108 |
Home Screen |
| 48x48 |
55x55 |
58x58 |
55x55 |
58x58 |
66x66 |
66x66 |
Notification Center |
| 172x172 |
196x196 |
196x196 |
196x196 |
216x216 |
234x234 |
258x258 |
Short look |
But this lib only generate: 20x20, 24x24, 27,5x27,5, 29x29, 40x40, 44x44, 50x50, 60x60, 86x86, 98x98, 108x108, 1024x1024 which doesn't match all apple required sizes for watchOS.
I tried to generated watchOS App Icon but some icon doesn't have the correct size. Example:
watchIcon-108.0x108.0@2x.png --> real size : 216x216px
(every @2x seems to be double pixels. But real size in icon name should be preferable...)
Apple wathcOS sizes requirements:
But this lib only generate: 20x20, 24x24, 27,5x27,5, 29x29, 40x40, 44x44, 50x50, 60x60, 86x86, 98x98, 108x108, 1024x1024 which doesn't match all apple required sizes for watchOS.