devicekit / DeviceKit

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

allDevicesWithALidarSensor wrong values #266

Closed Tulleb closed 3 years ago

Tulleb commented 3 years ago

/// All devices that have a LiDAR sensor. public static var allDevicesWithALidarSensor: [Device] { return [.iPadPro11Inch2, .iPadPro12Inch4] }

Aren't iPhone12Pro & iPhone12ProMax Lidar capable of as well?

denisenepraunig commented 3 years ago

Good catch @Tulleb! We will look into this, thank you!