IOS设备类型获取PLIST
IOS设备类型获取PLISTstructutsnamesystemInfo;uname(&systemInfo);NSString*iOSDeviceModelsPath=[[NSBundlemainBundle]pathForResource:@"iOSDeviceModelMapping"ofType:@"plist"];NSDictionary*iOSDevices=[NSDictionarydictionaryWithContentsOfFile:iOSDeviceModelsPath];NSString*deviceModel=
下载地址
用户评论
挺好,实用