Skip to content

Commit

Permalink
Merge pull request #38 from infinum/update/new-device-ids
Browse files Browse the repository at this point in the history
Added new device ids and bumped version to 3.0.2
  • Loading branch information
jabou authored Sep 26, 2022
2 parents 15b8570 + d2eb4ba commit e65ddd5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Locker.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
16 changes: 16 additions & 0 deletions Sources/Locker/Helpers/BiometryAvailabilityDeviceList.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e65ddd5

Please sign in to comment.