bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

Fixed source_files ending with `/` to stop generationg `srcs` like 'some//**/*' #213

Open sergeykhliustin opened 2 years ago

sergeykhliustin commented 2 years ago

For example PhoneNumberKit contains "source_files": "PhoneNumberKit/UI/" that will transformed to "PhoneNumberKit/UI//**/*.h"