The Apple docs are a little confusing, but what I can tell from Xcode warnings, the correct Apple Watch icon sizes are the following:
- 24pt = 48x48px
- 27.5pt = 55x55px
- 29pt@2x = 58x58px
- 29pt@3x = 87x87px
- 40pt@2x = 80x80px
- 44pt = 88x88px
- 86pt = 172x172px
- 98pt = 196x196px
I have a large 1024px version of my icon and want to generate the above sizes, but what is the dpi to use (Pixelmator defaults to 72dpi which seems to be optimized for web only). Is it ok to do it this way?