MobileNativeFoundation / rules_xcodeproj

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

Convert more `consumeArgs()` calls to `consumeArgsUntilNull()` #2906

Closed brentleyjones closed 6 months ago

brentleyjones commented 6 months ago

While these aren’t strictly required as it was in 59ac9c46e1ee1b74d20930040345daa8249457d4, consuming them this way uses slightly less Starlark CPU.

Also rename consumeArgsUntilNull() to consumeArgs(), and change the terminator to empty string for greater compatibility.