Skip to content

Commit

Permalink
optional lock keys behind biometrics (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Jul 25, 2024
1 parent 7bd92a8 commit 2e137a6
Show file tree
Hide file tree
Showing 11 changed files with 221 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
fi

if [ -n "$HAS_ERROR" ]; then
cat $LOG
echo $LOG
echo "::error:: Rust panicked! Tests failed. Logs will be uploaded"
exit 1
else
Expand Down
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ default = []
android_testing = []

[target.'cfg(target_os = "ios")'.dependencies]
security-framework = { version = "2.9.2" }
security-framework = { version = "2.11.1", features = ["OSX_10_13"] }

[target.'cfg(target_os = "android")'.dependencies]
jni = { version = "0.21.1", features = ["invocation"] }
Expand Down
57 changes: 25 additions & 32 deletions examples/android/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e137a6

Please sign in to comment.