DeviceKit
DeviceKit copied to clipboard
DeviceKit is a value-type replacement of UIDevice.
Currently we only have the iPad Minis inside the `allMiniDevices` - but I think the iPhone 12 and 13 Mini should also be included. Makes sense @Zandor300 ?!
Would be amazing to see DeviceKit offer up metrics as to what language the users device is currently set to,
The new iPhone 13 Pro and Pro Max are able to use their ultra wide angle lens as a macro lens, so I am wondering if a property like `hasMacroCamera`...
`isSimulator` should be available on all targets, not just iOS.
I would like to be able to get the processor name. For example the iPhone12,1 should have the A13 processor https://stackoverflow.com/a/65288195/193772
It would be great if DeviceKit could return the name of the correct SF symbol for a device. For example: ```swift Device.current.symbol_name // or Device.current.system_image ``` So, an iPhone 8...
Internally Device.identifier is failling and Device.current returns an invalid pointer. Device.current.safeDescription then crashes because it doesn't handle the failure or throw. It seem like this should really throw or return...
Title is self explanatory. Related: - https://github.com/devicekit/DeviceKit/issues/182 - https://github.com/devicekit/DeviceKit/issues/247
Is it possible to adding the support to the detection if the app is in status OverView or if is in split view and in which format of split view...