SwiftPasscodeLock
SwiftPasscodeLock copied to clipboard
Add touchIdReason to PasscodeLockConfiguration
This is a great tool! Thanks for the contributions @velikanov and @yankodimitrov!
The demo target PasscodeLockDemo does not build directly after pulling down because PasscodeLockConfiguration did not contain a touchIdReason property, which is required by the PasscodeLockConfigurationType protocol.
This PR adds that property and now the demo project successfully builds and runs 😎.