We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cc4df commit 19935f6Copy full SHA for 19935f6
1 file changed
xcodeproj/internal/xcodeproj_aspect.bzl
@@ -115,6 +115,7 @@ def _xcodeproj_aspect_impl(target, ctx):
115
# Only create a `XcodeProjInfo` if the target hasn't already created
116
# one
117
rule_attr = ctx.rule.attr
118
+
119
# Update when Bazel 8 is dropped
120
var_attr = getattr(ctx.rule, "var", ctx.var)
121
0 commit comments