diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-01-27 20:09:16 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-01-27 20:49:32 +0300 |
commit | b994cee5e3ba5eb95ba4cb7d3075cb5641d2e38c (patch) | |
tree | 3f9223d6700ca21856c9d1c65409c78c5d41deed | |
parent | 2233cf68e95f80a3156225ff7b7c0d6de9b8f5fa (diff) | |
download | ydb-b994cee5e3ba5eb95ba4cb7d3075cb5641d2e38c.tar.gz |
Remove remaining usages of XCode 10.1
commit_hash:5310c6a25994556858f16966bfc20734fb789a8d
-rw-r--r-- | build/platform/test_tool/ya.make | 4 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/build/platform/test_tool/ya.make b/build/platform/test_tool/ya.make index b02d576e12..1627b0f0ae 100644 --- a/build/platform/test_tool/ya.make +++ b/build/platform/test_tool/ya.make @@ -19,10 +19,6 @@ ENDIF() IF (TEST_TOOL_TARGET_LOCAL) MESSAGE(WARNING Target test tool $TEST_TOOL_TARGET_LOCAL will be used) ENDIF() -IF (OS_IOS AND NOT BUILD_IOS_APP) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_TARGET sbr:707351393) - INCLUDE(${ARCADIA_ROOT}/build/platform/xcode/tools/ya.make.inc) -ENDIF() END() diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 95c5554a15..b793c6d060 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5757,8 +5757,6 @@ macro COLLECT_YAML_CONFIG_FILES(Varname, Dir) { _GLOB($Varname $Dir/**/*.yaml EXCLUDE **/a.yaml) } -XCODE_TOOLS_VERSION=10.1 - TEST_TOOL_HOST_LOCAL= TEST_TOOL_TARGET_LOCAL= |