Hi,
We have implemeted a distributed build system for xcode projects using distcc and ccache. The only problem with the implementation is that if we are working from home or not connected to office network we need to reset the value of IDEBuildOperationMaxNumberOfConcurrentCompileTasks. Is it possible to change this value without restarting the xcode? My plan is to run a pre build script that will ping the build machines to check their availablity and set the value of IDEBuildOperationMaxNumberOfConcurrentCompileTasks accordingly based on their availablity. But changing the value of IDEBuildOperationMaxNumberOfConcurrentCompileTasks requires restarting Xcode? I was wondering if there is anyway to do it without restarting xcode?