Skip to content

Commit

Permalink
Merge branch 'jens/explicit-list-iphone9-as-non-mfi'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Dec 20, 2023
2 parents f98f946 + a67d898 commit 167800a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YubiKit/YubiKit/YubiKitDeviceCapabilities.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ + (BOOL)supportsMFIAccessoryKey {
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPadAir5 ||
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPadMini6 ||
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPad10 ||
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPadPro6) {
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPadPro6 ||
self.currentUIDevice.ykf_deviceModel == YKFDeviceModelIPhone15) {
return NO;
}
if (@available(iOS 10, *)) {
Expand Down

0 comments on commit 167800a

Please sign in to comment.