Skip to content

How to setup xcode related env in aspect rule? #1566

Answered by keith
kkpattern asked this question in Q&A
Discussion options

You must be logged in to vote

I haven't done this with aspects before but you should checkout this pattern

"_xcode_config": attr.label(
default = configuration_field(
fragment = "apple",
name = "xcode_config_label",
),
),
and how that is used. You might have to do the replacements yourself depending on the case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kkpattern
Comment options

Answer selected by kkpattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants