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)"