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
473 stars 80 forks source link

Hardware type wrong #125

Open whoiswayne opened 1 month ago

whoiswayne commented 1 month ago

Should return .iphone_15_pro when hardwareString == "iPhone16,1" in the line 147 in Sources/DeviceGuruImplementation+Extension.swift.

whoiswayne commented 1 month ago

And why there is no case iphone_15_pro in Hardware? I don't quite understand. Can someone tell me?