It is extremely annoying and error prone to resize an image 13 times to make icons for Xcode… so here’s a shortcut that does it for you. I’m sure I missed a more clever way to do this, so improvements are more than welcome.
Here is a modified version of your shortcut that takes advantage of a dictionary. Add to the dictionary (as an array) for the rest of your icon sizes. I hope this helps
Thank you very much Brainyliving. I knew there had to be a better way. Here is the shortcut with the additional sizes added. I added an extra loop to account for the resizing of non-square images. Thank you again.