diff --git a/Locker.podspec b/Locker.podspec index 3d3f2c7..fb351c5 100644 --- a/Locker.podspec +++ b/Locker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Locker" - s.version = "3.0.1" + s.version = "3.0.2" 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 fdd73ef..0b50faa 100644 --- a/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json +++ b/Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json @@ -68,6 +68,22 @@ "id": "iPhone14,5", "name": "iPhone 13 Pro Max" }, + { + "id": "iPhone14,7", + "name": "iPhone 14" + }, + { + "id": "iPhone14,8", + "name": "iPhone 14 Plus" + }, + { + "id": "iPhone15,2", + "name": "iPhone 14 Pro" + }, + { + "id": "iPhone15,3", + "name": "iPhone 14 Pro Max" + }, { "id": "iPad8,1", "name": "iPad Pro 11 inch 3rd Gen (WiFi)"