I am trying to disable OS_ACTIVITY_MODE for all targets in my project. The project has multiple targets. What I can do is to go to Edit Scheme->Arguments, and to add OS_ACTIVITY_MODE = disabled for specific action (run, archive etc) but only per target. How I would do the same for all targets at once for Run action (on a project level)?