From 32abc0a68238943ada34f51852514bbf6200ed62 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 4 May 2023 16:43:06 +0000 Subject: [PATCH] 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 Commit-Queue: Brian Quinlan --- build/config/mac/mac_sdk.gni | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni index a89a1766ddf..c2e8266ac77 100644 --- a/build/config/mac/mac_sdk.gni +++ b/build/config/mac/mac_sdk.gni @@ -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