Improve the ObjC Generated Interface Header Name definition #4722
Labels
Sponsored
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
Currently, the Element project defined this header with
$(SWIFT_MODULE_NAME)-Swift.h
The problem is the resulting header name depends on the selected target.
This complicates the import of this header in the source code shared between an extension and the application itself
I suggest here defining a unique header name for all the targets
then the import will be everywhere:
The text was updated successfully, but these errors were encountered: