I've written a very short program to collect some log files spit out by a 3rd party application. It zips up the files and emails them to me.
I'd also like to collect some information about the machine, and especially its graphics capabilities. Basically I'd like two pages from System Report, Hardware and Graphics/Displays. Gestalt is gone, so I'm looking for other solutions.
I found a solution here on SO to get the model of the machine using sysctlbyname, but it seems the values here are quite limited.
So, does anyone have a simple way to get GPU information?