From 61cb41d62b4d98de21f5a6ff27717042e4fcacf8 Mon Sep 17 00:00:00 2001 From: Manuel Burghard Date: Mon, 29 Jul 2024 15:10:41 +0200 Subject: [PATCH] Include headers in remote_download_regex --- xcodeproj/internal/templates/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcodeproj/internal/templates/runner.sh b/xcodeproj/internal/templates/runner.sh index d770519fef..9c23207c71 100644 --- a/xcodeproj/internal/templates/runner.sh +++ b/xcodeproj/internal/templates/runner.sh @@ -226,7 +226,7 @@ else if [[ $cmd == "build" && -n "${generator_output_groups:-}" ]]; then if [[ $download_intermediates -eq 1 ]]; then pre_config_flags=( - "--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$" + "--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|h|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$" ) else pre_config_flags=()