Skip to content

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 theicnsiconhere

You need to have matched the requirements or the Application Loader will fail.

  1. Create an iconset$ mkdir [name].iconset
  2. Add all the PNG's to the iconset folder
  3. Run the icon util$ iconutil -c icns <iconset filename>
  4. Replace theapp.icnsand thedocument.icnsfile with the generated icns insideyour.app/Contents/Resources
Clone this wiki locally