Skip to content

Commit

Permalink
[LocalAuthentication] Add support for Xcode 13 beta 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jul 29, 2021
1 parent 448cc6e commit 17b28aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/LocalAuthentication/LAEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public enum LAStatus : long {
WatchNotAvailable = -11,
BiometryNotPaired = -12,
BiometryDisconnected = -13,
InvalidDimension = -14,


BiometryNotAvailable = TouchIDNotAvailable,
BiometryNotEnrolled = TouchIDNotEnrolled,
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-LocalAuthentication.todo

This file was deleted.

3 changes: 0 additions & 3 deletions tests/xtro-sharpie/macOS-LocalAuthentication.todo

This file was deleted.

0 comments on commit 17b28aa

Please sign in to comment.