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.
swift_library
1 parent 430311c commit f81fa6fCopy full SHA for f81fa6f
swift/internal/attrs.bzl
@@ -277,9 +277,7 @@ False.
277
mandatory = False,
278
),
279
"generates_header": attr.bool(
280
- # TODO(b/182493307): Make the default False after migrating all
281
- # targets to explicitly specify it when needed.
282
- default = True,
+ default = False,
283
doc = """\
284
If True, an Objective-C header will be generated for this target, in the same
285
build package where the target is defined. By default, the name of the header is
0 commit comments