Yubico / yubikit-ios

Yubico Mobile iOS SDK - YubiKit
Apache License 2.0
198 stars 44 forks source link

YKFDeviceModel missing newer devices #16

Closed rudyrichter closed 4 years ago

rudyrichter commented 4 years ago

the iPhone 11 series seem to be missing from the list on https://github.com/Yubico/yubikit-ios/blob/master/YubiKit/YubiKit/Helpers/Additions/UIDeviceAdditions.h

imakhalova commented 4 years ago

Thank you for pointing that, we might add them. FYI this is not required for SDK, because it assumes that all unknown models (new iPhones) have support of NFC. This list is only to be able detect unsupported models (the ones that don't have NFC or Lightning port).

rudyrichter commented 4 years ago

Fixed by #18