Skip to content

Commit

Permalink
feat(ios): get keypair by id
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 fc5f754 commit 65fe00d
Show file tree
Hide file tree
Showing 5 changed files with 1,017 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ maintenance = { status = "actively-developed" }
crate-type = ["cdylib", "rlib"]
name = "secure_env"

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

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

0 comments on commit 65fe00d

Please sign in to comment.