MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
502 stars 76 forks source link

Explicitly handle `{cc,objc}_import` rules #3016

Closed brentleyjones closed 2 months ago

brentleyjones commented 2 months ago

This allows us to collect the headers in extra_files, and potentially remove CcInfo based header collection altogether.