Skip to content

Commit fed2caa

Browse files
Merge pull request #225 from brotskydotcom/issue-224
Revert security framework to v2 on iOS.
2 parents cad3c7b + 9a44555 commit fed2caa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ vendored = ["dbus-secret-service?/vendored", "openssl?/vendored"]
2929
log = "0.4.22"
3030
openssl = { version = "0.10.55", optional = true }
3131

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

35+
[target.'cfg(target_os = "ios")'.dependencies] # see issue #190
36+
security-framework = { version = "2", optional = true }
37+
3538
[target.'cfg(target_os = "linux")'.dependencies]
3639
secret-service = { version = "4", optional = true }
3740
zbus = { version = "4", optional = true }

0 commit comments

Comments
 (0)