All Projects → X0rg → dmg2dir

X0rg / dmg2dir

Licence: other
A Bash script which extract macOS application from DMG file

Programming Languages

shell
77523 projects
Makefile
30231 projects

DMG2DIR

DMG2DIR is a Bash script which can extract a macOS application from a DMG file. DMG files are HFS+ disk image.

The DMG file can be extracted to a directory or converted to an ISO file.

Dependencies

Installation

To install DMG2DIR on your system:

# make install

You can change default PREFIX by using:

# make PREFIX=/absolute_path install

Usage

From a shell, type following command:

$ dmg2dir [OPTIONS] dmg_file.dmg

Use argument --help to see all options, or read the man-page with man dmg2dir.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].