You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an aspect hint to allow dependencies to propagate up extra files
that should be include in the Xcode navigator
---------
Signed-off-by: John Flanagan <john.flanagan@doordash.com>
Signed-off-by: John Flanagan <91548783+jflan-dd@users.noreply.github.com>
Co-authored-by: Brentley Jones <github@brentleyjones.com>
@@ -814,3 +816,47 @@ Provides information needed to generate an Xcode project.
814
816
| <aid="XcodeProjInfo-xcode_targets"></a>xcode_targets | A `depset` of values from `xcode_targets.make`, which potentially will become targets in the Xcode project. |
815
817
816
818
819
+
# Aspect Hints
820
+
821
+
Aspect hints that can be used to provide additional information during project generation.
| <aid="xcodeproj_extra_files-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
860
+
| <aid="xcodeproj_extra_files-files"></a>files | The list of extra files to surface in the Xcode navigator. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
0 commit comments