class IESD::DMG::InstallOSX
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.
Public Instance Methods
export(options)
click to toggle source
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