Skip to content

Commit

Permalink
[LocalAuthentication] Add support for Xcode 13 beta 4. (#12301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 2, 2021
1 parent 63cb431 commit 0ca2038
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/LocalAuthentication/LAEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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/MacCatalyst-LocalAuthentication.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-LocalAuthentication.todo

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
!missing-enum-value! LAStatus native value LAErrorInvalidDimensions = -14 not bound
# added and deprecated
!missing-selector! LAContext::maxBiometryFailures not bound
!missing-selector! LAContext::setMaxBiometryFailures: not bound

1 comment on commit 0ca2038

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
[LocalAuthentication] Add support for Xcode 13 beta 4. (#12301)

Please sign in to comment.