Skip to content

Commit

Permalink
Collect more “headers” in extra_files
Browse files Browse the repository at this point in the history
This is needed in order to adjust our `CcInfo` header collection logic in a future change.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Apr 17, 2024
1 parent 9b47a68 commit e1123de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xcodeproj/internal/automatic_target_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ _BUNDLE_EXTRA_FILES_ATTRS = [
_CC_LIBRARY_EXTRA_FILES_ATTRS = [
"additional_compiler_inputs",
"additional_linker_inputs",
"hdrs",
"textual_hdrs",
]
_COMMAND_LINE_EXTRA_FILES_ATTRS = [
"codesign_inputs",
Expand All @@ -249,7 +251,10 @@ _COMMAND_LINE_EXTRA_FILES_ATTRS = [
"infoplists",
]
_OBJC_LIBRARY_EXTRA_FILES_ATTRS = [
"hdrs",
"module_map",
"pch",
"textual_hdrs",
]
_RESOURCE_BUNDLE_EXTRA_FILES_ATTRS = [
"infoplists",
Expand Down

0 comments on commit e1123de

Please sign in to comment.