Get-iOS-Model
Get-iOS-Model copied to clipboard
Get iOS model using the hw.machine string
Results
3
Get-iOS-Model issues
Sort by
recently updated
recently updated
newest added
as found in `Contents/Developer/Platforms/iPhoneOS.platform/usr/standalone/device_traits.db`: ``` case "iPhone14,2": return "iPhone 13 Pro"; case "iPhone14,3": return "iPhone 13 Pro Max"; case "iPhone14,4": return "iPhone 13 mini"; case "iPhone14,5": return "iPhone 13"; ```...
Is there any way this library could support .NET Standard? Not sure if it's possible, but it would be great to be able to use this from a class library....
enhancement
proposal