1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Add a note saying that calls to SecTrustEvaluate should be removed

Bug: https://github.com/dart-lang/sdk/issues/47820
Change-Id: I3c2321bbbd77d789b4021162f1add98a71b96cd2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296424
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Brian Quinlan <bquinlan@google.com>
This commit is contained in:
Brian Quinlan 2023-05-04 16:43:06 +00:00 committed by Commit Queue
parent 193316584f
commit 32abc0a682

View File

@ -6,6 +6,10 @@ import("//build/toolchain/goma.gni")
declare_args() {
# Minimum supported version of the Mac SDK.
#
# TODO: When the minimum supported SDK version is incremented to "10.15",
# remove the usage of `SecTrustEvaluate` from
# runtime/bin/security_context_macos.cc
mac_sdk_min = "10.14"
# Path to a specific version of the Mac SDK, not including a backslash at