I\'m making a OS X app where I need to get the Mac model, for example:
iMac11,3 MacBook3,1
And so on. Is there any class, or function to ge
The API for that would be in the IOKit. Looking in the IORegistryExplorer app on my laptop, I see that the first node from the root of the IOService tree is an IOPlatformExpertDevice, with a entry under the key "model" equal to "MacBookPro6,1"