Anyone know the machine IDs for these new devices? For example the 3rd generation iPad could be iPad3,1 iPad3,2, iPad3,5 iPad3,6 depending on the model. I'm finding the string with this
struct utsname systemInfo;
uname(&systemInfo);
NSString *dev = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding];
I got a new Ipad 4th Wifi, the machine model is
iPad3,4Also, Ipad mini Wifi is
iPad2,5Edited
On Mid-November will be launch the rest of the new Ipad models: (as Ipad 3th gen)
iPad3,5for iPad 4th gen GSMiPad3,6for iPad 4th gen CDMAiPad2,6for Ipad mini Wifi GSMiPad2,7for Ipad mini Wifi CDMA