You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: