iOS-System-Services icon indicating copy to clipboard operation
iOS-System-Services copied to clipboard

Missing iPhone XR and latest device

Open peichin-mudah opened this issue 5 years ago • 0 comments

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";

peichin-mudah avatar Nov 12 '20 01:11 peichin-mudah