MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
505 stars 77 forks source link

Adjust order of `file_handlers` registration in incremental generation mode #2973

Closed brentleyjones closed 3 months ago

brentleyjones commented 3 months ago

This ensures that if an attribute is listed both in XcodeProjAutomaticTargetProcessingInfo.extra_files and another attribute, the other one takes precedence.

Also removes the if id check, since this flow will always have a non-None id.