We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bde57e commit d2be238Copy full SHA for d2be238
xcodeproj/internal/templates/runner.sh
@@ -226,7 +226,7 @@ else
226
if [[ $cmd == "build" && -n "${generator_output_groups:-}" ]]; then
227
if [[ $download_intermediates -eq 1 ]]; then
228
pre_config_flags=(
229
- "--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|H|hh|hpp|hxx|h++|inc|inl|ipp|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo|tcc|tlh|tli)$"
230
)
231
else
232
pre_config_flags=()
0 commit comments