NAME
FusionInventory::Agent::Tools::MacOS - MacOS generic functions
DESCRIPTION
This module provides some generic functions for MacOS.
FUNCTIONS
getSystemProfilerInfos(%params)
Returns a structured view of system_profiler output. Each information block is turned into a hashref, hierarchically organised.
$info = { 'Hardware' => { 'Hardware Overview' => { 'SMC Version (system)' => '1.21f4', 'Model Identifier' => 'iMac7,1', ... } } }