Object
/Applications/Install OS X.app
The installer app for OS X Lion and later. It contains an InstallESD.dmg.
The relative path to InstallESD.dmg.
Export to a new DMG.
options - The Dictionary of the export options
# File lib/iesd/InstallESD/InstallOSX.app.rb, line 27 def export options IESD::DMG::InstallESD.new(File.join @url, INSTALLESD_DMG).export options end
Return true if the APP is an Install OS X.app, otherwise false.
# File lib/iesd/InstallESD/InstallOSX.app.rb, line 32 def valid? IESD::APP::InstallOSX.validate @url end
Generated with the Darkfish Rdoc Generator 2.