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 179694f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/LocalAuthentication/LAEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public enum LAStatus : long {
InvalidContext = -10,
WatchNotAvailable = -11,
BiometryNotPaired = -12,
BiometryDisconnected = -13,
InvalidDimensions = -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 179694f

Please sign in to comment.