velikanov / SwiftPasscodeLock

An iOS passcode lock with TouchID authentication written in Swift.
MIT License
199 stars 52 forks source link

Add touchIdReason to PasscodeLockConfiguration #30

Open jrmsklar opened 8 years ago

jrmsklar commented 8 years ago

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 😎.