From 63a0102c8188294cb4b2ffa483a88957df0c9be2 Mon Sep 17 00:00:00 2001 From: goranbrl Date: Mon, 30 Oct 2023 15:18:56 +0100 Subject: [PATCH] Add support for new iPhone devices and bump the cocoapods version --- Locker.podspec | 2 +- .../Helpers/BiometryAvailabilityDeviceList.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Locker.podspec b/Locker.podspec index fb351c5..5dfe52c 100644 --- a/Locker.podspec +++ b/Locker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Locker" - s.version = "3.0.2" + s.version = "3.0.3" s.summary = "Securely lock your secrets under the watch of TouchID or FaceID keeper 🔒" s.description = <<-DESC Lightweight manager for saving, fetching and updating secrets (string value) in Keychain using Biometric Authentication. diff --git a/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json b/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json index 0b50faa..bc80f53 100644 --- a/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json +++ b/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json @@ -84,6 +84,22 @@ "id": "iPhone15,3", "name": "iPhone 14 Pro Max" }, + { + "id": "iPhone15,4", + "name": "iPhone 15" + }, + { + "id": "iPhone15,5", + "name": "iPhone 15 Plus" + }, + { + "id": "iPhone16,1", + "name": "iPhone 15 Pro" + }, + { + "id": "iPhone16,2", + "name": "iPhone 15 Pro Max" + }, { "id": "iPad8,1", "name": "iPad Pro 11 inch 3rd Gen (WiFi)"