Skip to content

Commit

Permalink
stricten settings for key on iOS
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Jul 24, 2024
1 parent 7bd92a8 commit efee344
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 251 deletions.
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
Loading

0 comments on commit efee344

Please sign in to comment.