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 now cover all icons that Xcode 14 need and was tested on Adobe Photoshop 2023
The script need a square 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-All-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.
You could find some unassigned icons on the bottom of the AppIcon set, depends on some Xcode versions, you just have to select them and click remove.
-
Apple iOS Human Interface Guidelines, Icon and Image Sizes
Modified and maintained by @TheBuzzer67