-
Notifications
You must be signed in to change notification settings - Fork 3.9k
MAS: Installing your app icon
Abdul Sadık Yalçın edited this pageJun 28, 2018
·
4 revisions
Refer to the official documentation by Apple regarding generating theicns
iconhere
You need to have matched the requirements or the Application Loader will fail.
- icon_16x16.png
- [email protected]
- icon_32x32.png
- [email protected]
- icon_128x128.png
- [email protected]
- icon_256x256.png
- [email protected]
- icon_512x512.png
- [email protected]
- Create an iconset
$ mkdir [name].iconset
- Add all the PNG's to the iconset folder
- Run the icon util
$ iconutil -c icns <iconset filename>
- Replace the
app.icns
and thedocument.icns
file with the generated icns insideyour.app/Contents/Resources