Skip to content

Instantly share code, notes, and snippets.

View Yunoinsky's full-sized avatar

Yunoinsky Chen Yunoinsky

  • Future ACG
  • Beijing, People's Republic of China
View GitHub Profile
@Yunoinsky
Yunoinsky / HOWTODMG.md
Created January 15, 2020 17:01 — forked from jadeatucker/HOWTODMG.md
How to create a "DMG Installer" for Mac OS X

Creating a "DMG installer" for OS X

A DMG Installer is convenient way to provide end-users a simple way to install an application bundle. They are basically a folder with a shortcut to the Applications directory but they can be customized with icons, backgrounds, and layout properties. A DMG file (.dmg) is a Mac OS X Disk Image file and it is used to package files or folders providing compression, encryption, and read-only to the package.

##Creating the DMG file #Disk Utility