devicekit / DeviceKit

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

Should `allMiniDevices` include iPhone Minis?! #291

Open denisenepraunig opened 2 years ago

denisenepraunig commented 2 years ago

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 ?!

Screenshot 2021-09-16 at 20 14 27
glennposadas commented 2 years ago

but I think the iPhone 12 and 13 Mini should also be included.

But why? It certainly doesn't make sense. We could have something like allMiniPads and allMiniPhones to separate the two idioms.