MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
521 stars 83 forks source link

Stop collecting headers from `CcInfo` for input files #3017

Closed brentleyjones closed 5 months ago

brentleyjones commented 5 months ago

Resolves #3014.

We now only collect things via attributes. This aligns with how users expect “input files” to work.