iOS-System-Services
iOS-System-Services copied to clipboard
Missing iPhone XR and latest device
In the latest pod version not able to get iPhone XR and latest new device...
I've checked the source code in this repo was found iPhone XR and latest model:
https://github.com/Shmoopi/iOS-System-Services/blob/master/System%20Services/Utilities/SSHardwareInfo.m
But in pod install not able to get latest model, please advice.
pod 'SystemServices', '~> 2.0.1'
else if ([deviceType isEqualToString:@"iPhone10,6"])
newDeviceType = @"iPhone X (GSM/LTE)";
// iPods
else if ([deviceType isEqualToString:@"iPod1,1"])
newDeviceType = @"iPod Touch 1G";