rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Allow specifying copts for different tools invoked by xctoolrunner

Open segiddins opened this issue 5 years ago • 2 comments

Xcode allows specifying some options (for e.g. momc or mapc or ibtool or actool) via various build settings (e.g. we rely on setting --no-inverse-relationship-warnings to keep builds quiet via MOMC_NO_INVERSE_RELATIONSHIP_WARNINGS in Xcode). Currently, the resource rules do no have a way to specify copts that should be given to the resource compiling tools, but it would be really nice if there was.

segiddins avatar Mar 16 '20 23:03 segiddins

Another useful case for this for actool would be to pass specific options if you want to produce thinned builds like --filter-for-device-model and --filter-for-device-os-version

keith avatar Mar 20 '20 21:03 keith

cc @thomasvl, in case you have any thought on how best to implement this

segiddins avatar May 01 '20 21:05 segiddins