devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.45k stars 435 forks source link

Provide a sanitized or safe device description #216

Closed rzulkoski closed 4 years ago

rzulkoski commented 4 years ago

Although it is more technically correct to describe the device as "iPhone Xʀ", if that value eventually makes its way to a database it can cause issues depending on the column type. It would be nice if there was also a "sanitizedDescription" or "safeDescription" that would not contain special characters (e.g.: "iPhone XR").

xiaoweiFive commented 4 years ago

👍 thk