Skip to content

Commit

Permalink
Merge pull request #39 from infinum/update/new-devices
Browse files Browse the repository at this point in the history
Add support for new iPhone devices and bump the cocoapods version
  • Loading branch information
goranbrl authored Oct 31, 2023
2 parents e65ddd5 + 63a0102 commit 5486f84
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.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.
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 @@ -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)"
Expand Down

0 comments on commit 5486f84

Please sign in to comment.