rules_swift icon indicating copy to clipboard operation
rules_swift copied to clipboard

Add a pbswift_files output group and use PathToUnderscores

Open steeve opened this issue 6 years ago • 1 comments

Add a new pbswift_files output group in order to consume the generated pbswift files in macros for instance

Switch from FileNaming=FullPath to FileNaming=PathToUnderscores When compiling pbswift files, the linker complains if two files have the same name. This fixes it.

steeve avatar Aug 21 '19 12:08 steeve

@steeve is there any way to accomplish the PathToUnderscores change via a feature flag or something? Looking for options here as well since I of course have duplicated proto filenames....

tinder-maxwellelliott avatar Jun 18 '21 23:06 tinder-maxwellelliott