devicekit / DeviceKit

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

Add hasUSBCConnectivity support #374

Closed mhausherr closed 5 months ago

mhausherr commented 5 months ago

provide .hasUSBCConnectivity for device with USB-C port by opposition of Lightning Current devices providing USB-C connectivity are:

iPhone15
iPhone15Plus
iPhone15Pro
iPhone15ProMax
iPad10
iPadAir4
iPadAir5
iPadMini6
iPadPro12Inch5
iPadPro12Inch6

Fixes #373

Zandor300 commented 5 months ago

Cherry-picked into https://github.com/devicekit/DeviceKit/pull/377 and merged to master.