I released a new AppleSMBios version where you can set certain properties in the info.plist file.
I used the source code available on Mac.Nubs website. This new version includes the fix Netkas described on his site, so applications that didn't run properly like Logmein and Mozy should now run, also the 'Hardware' and 'Memory' Panels work correctly.
The info.plist provides some additional properties to configure how certain data is displayed, these are:
info.BIOSVersionNumber: Can be set for example to:
- MP11.88Z.005C.B08.0707251237 for MacPro
- IM71.88Z.007A.B01.0707251237 for iMac
- MB21.88Z.00A5.B07.0707251237 for MacBook
- Or create your own.
info.BoardSerialNumber: If none is set then the serial number is by default set to 'CK034KMHK5B'. You can specify any serial number you like.
info.ProductName: Can be set for example to:
- MacPro3,1
- iMac7,1
- MacBook2,1
info.ProductVersionNumber: By default is set to '1.0'
info.RAMType: Specify the RAM type like 'DDR2 SDRAM', 'DDR3' etc. You can leave this field empty then SMBios will try to figure out the correct type.
info.RAMSpeed: Set your RAM speed like '800 MHz' or '1066 MHz' etc. If you leave this field empty then SMBios will try to figure out the correct speed, however this will not work for all motherboards.
info.RAMManufacturer: Sets RAM manufacturer, Default: '0xAD00000000000000'.
info.RAMPartNumber: RAM part number, Default: '0x0000FFFF'
info.RAMSerialNumber: RAM serial number, Default: '0x48092D503537345336304350362D09352020', will be same for all memory modules in the system.
