Skip to content

MAS: Installing your app icon

Abdul Sadık Yalçın edited this page Jun 28, 2018 · 4 revisions

Refer to the official documentation by Apple regarding generating the icns icon here

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 the app.icns and the document.icns file with the generated icns inside your.app/Contents/Resources
Clone this wiki locally