Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing iPhone XR and latest device #61

Open
peichin-mudah opened this issue Nov 12, 2020 · 0 comments
Open

Missing iPhone XR and latest device #61

peichin-mudah opened this issue Nov 12, 2020 · 0 comments

Comments

@peichin-mudah
Copy link

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";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant