Skip to content

Commit d2be238

Browse files
authored
Include headers in remote_download_regex (#3061)
Signed-off-by: Manuel Burghard <[email protected]>
1 parent 9bde57e commit d2be238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/templates/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ else
226226
if [[ $cmd == "build" && -n "${generator_output_groups:-}" ]]; then
227227
if [[ $download_intermediates -eq 1 ]]; then
228228
pre_config_flags=(
229-
"--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$"
229+
"--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|h|H|hh|hpp|hxx|h++|inc|inl|ipp|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo|tcc|tlh|tli)$"
230230
)
231231
else
232232
pre_config_flags=()

0 commit comments

Comments
 (0)