Designing a Distribution DMG for Your macOS App (2): Window and Icon Layout Coordinates, and Automation
Completing the DMG Layout with Coordinates In Part 1, we introduced the create-dmg tool and prepared a staging folder holding only the .app along with a background image. Now for the final piece, the layout. How large to open the DMG window, and where to place the app icon and the Applications shortcut — all of this is decided by the coordinates you pass to create-dmg. In this article, we’ll design those coordinates one by one. ...