From ade61289f0bc786b002d2b53782e506ccd147c16 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 4 Aug 2025 16:26:55 -0700 Subject: [PATCH] [ci] Exclude packages using deprecated APIs from the pod linter check --- .ci/targets/macos_repo_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/targets/macos_repo_checks.yaml b/.ci/targets/macos_repo_checks.yaml index 8a349dec1c7..95fa5774f69 100644 --- a/.ci/targets/macos_repo_checks.yaml +++ b/.ci/targets/macos_repo_checks.yaml @@ -13,5 +13,5 @@ tasks: always: true - name: validate iOS and macOS podspecs script: .ci/scripts/tool_runner.sh - args: ["podspec-check"] + args: ["podspec-check", "--exclude=script/configs/exclude_xcode_deprecation.yaml"] always: true