Skip to content

Commit

Permalink
tests: improve and unified mobile testing
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Feb 23, 2024
1 parent 49118fc commit 5db0e61
Show file tree
Hide file tree
Showing 11 changed files with 645 additions and 58 deletions.
4 changes: 0 additions & 4 deletions .cargo/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ crate-type = ["cdylib", "rlib"]
name = "secure_env"

[target.'cfg(target_os = "ios")'.dependencies]
p256 = { version = "0.13.2", features = ["ecdsa-core"] }
security-framework = { version = "2.9.2" }
p256 = { version = "0.13.2", features = ["ecdsa-core"] }

[target.'cfg(target_os = "android")'.dependencies]
android-activity = { version = "0.5.0", features = ["native-activity"] }
Expand Down
Loading

0 comments on commit 5db0e61

Please sign in to comment.