InderKumarRathore / DeviceGuru

DeviceGuru is a simple lib (Swift) to know the exact type of the device, e.g. iPhone 6 or iPhone 6s. Please ⭐️ this repo on the top right corner to make this repo popular.
MIT License
475 stars 83 forks source link

Created Version from the hardware string #83

Closed InderKumarRathore closed 3 years ago

InderKumarRathore commented 3 years ago

https://github.com/InderKumarRathore/DeviceGuru/issues/73 Initially we store the device version in the plist, that has multiple problems. first it was not scalable second we had some issue when device version was iPad10,1 and iPad10,10 both are having the same device version 10.1 not version is a struct which contains a major and a minor version