MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Remove incremental generation mode extra `CODE_SIGNING_ALLOWED` logic #2921

Closed brentleyjones closed 5 months ago

brentleyjones commented 5 months ago

This seems to be a remnant from when incremental generation mode was going to support BwX mode. Now we default to not signing, and this additional logic isn’t needed and is error prone.