Skip to content

Commit

Permalink
Merge pull request #225 from brotskydotcom/issue-224
Browse files Browse the repository at this point in the history
Revert security framework to v2 on iOS.
  • Loading branch information
brotskydotcom authored Oct 18, 2024
2 parents cad3c7b + 9a44555 commit fed2caa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ vendored = ["dbus-secret-service?/vendored", "openssl?/vendored"]
log = "0.4.22"
openssl = { version = "0.10.55", optional = true }

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] # see issue #190
[target.'cfg(target_os = "macos")'.dependencies] # see issue #190
security-framework = { version = "3", optional = true }

[target.'cfg(target_os = "ios")'.dependencies] # see issue #190
security-framework = { version = "2", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
secret-service = { version = "4", optional = true }
zbus = { version = "4", optional = true }
Expand Down

0 comments on commit fed2caa

Please sign in to comment.