From 56f3a5f12e43e04a54d5054586f30f7915084f40 Mon Sep 17 00:00:00 2001 From: Karim Alweheshy <9082720+karim-alweheshy@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:00:38 +0200 Subject: [PATCH] added todo --- rules/transition_support.bzl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/transition_support.bzl b/rules/transition_support.bzl index d0e01a0c..aff338b8 100644 --- a/rules/transition_support.bzl +++ b/rules/transition_support.bzl @@ -13,9 +13,10 @@ _PLATFORM_TYPE_TO_CPUS_FLAG = { "watchos": "//command_line_option:watchos_cpus", } +# TODO: Should be loaded from bazel_build_apple_support when we migrate to v1.10.0 # Could not load it directly from bazel_build_apple_support -# As we support multiple versions of rules_apple_support -# Where some don't have the file. So we copied it +# As we support multiple versions of rules_apple_support (v2 and v3) +# Where