HDIUtil::DMG
The installer dmg for OS X Mavericks and later. It contains an Install OS X.app. It’s generated by `createinstallmedia`, a tool come with the installer app.
Export to a new DMG.
options - The Dictionary of the export options
# File lib/iesd/InstallESD/InstallOSX.dmg.rb, line 14 def export options show { |mountpoint| IESD::APP::InstallOSX.new(Dir[File.join(mountpoint, "*.app")][0]).export options } end
Generated with the Darkfish Rdoc Generator 2.