rules_xcodeproj icon indicating copy to clipboard operation
rules_xcodeproj copied to clipboard

Convert `calculate_output_groups.py` into a Swift binary

Open pennig opened this issue 10 months ago • 1 comments

Performance is better than (but comparable to) the python script. Perhaps more importantly, the program looks specifically for the build-request.json file and uses its modification date to compare against the build_marker file's date, instead of comparing the parent .xcbuilddata directory. Not sure if that'll make a difference, but it's a distinction worth calling out.

pennig avatar Apr 23 '24 19:04 pennig