Class: IESD::DMG::InstallOSX

Inherits:
HDIUtil::DMG show all
Defined in:
lib/iesd/InstallESD/InstallOSX.dmg.rb

Instance Attribute Summary

Attributes inherited from HDIUtil::DMG

#url

Instance Method Summary collapse

Methods inherited from HDIUtil::DMG

#edit, #initialize, #show, #update, #valid?

Constructor Details

This class inherits a constructor from HDIUtil::DMG

Instance Method Details

#export(options) ⇒ Object



4
5
6
7
8
# File 'lib/iesd/InstallESD/InstallOSX.dmg.rb', line 4

def export options
  show { |mountpoint|
    IESD::APP::InstallOSX.new(Dir[File.join(mountpoint, "*.app")][0]).export options
  }
end