-
Notifications
You must be signed in to change notification settings - Fork 167
Closed as not planned
Description
We have a rule that generates a .framework bundle. These bundles can then be used via apple_static_framework_import for example.
In cases where the framework is used as a dependency of an ObjC target, the Swift generated header needs to be copied to the framework's headers directory.
We can get access to the generated header by iterating the header property of the ObjC provider and filtering for headers matching -Swift.h, but this is an ad-hoc solution. Would it be reasonable to add a generated_header property to the SwiftInfo provider, in order to make using the generated header more precise/explicit?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels