Photoshop script to generate all iOS App Icon PNGs and JSON file, packed in a single folder to replace in your XCode Project
The script need a 1024x1024 PNG with no transparency as an input and a destination folder as an output. The script will do the rest.
The script will create an AppIcon.appiconset folder on your destination folder with the PNGs as well as the JSON file. You may replace your current AppIcon.appiconset with the newly generated one directly.
- Download or clone repo
- Copy
XCode-iOS-Icons.jsxto/Applications/Adobe Photoshop XX/Presets(or equivalent)
- Open Photoshop
- Select File > Scripts > XCode-iOS-Icons
- Follow the dialog prompts
This script does not handle naming collisions, it will overwrite any existing files with the same names in the destination directory.
-
Apple iOS Human Interface Guidelines, Icon and Image Sizes
Modified and maintained by @csgt
Original script by @mattdipasquale