Support for projects with multiple targets
When working with more complex projects Xcode-build-server (XBS) doesn't work as well. For example I have a project with iOS, macOS, and Widget targets. When I run the XBS config command a -scheme is required. These are tied directly to a target.
I did try to create a custom scheme that doesn't target a target however XBS wasn't a fan.
Do you think it would be possible for XBS to work correctly with projects like this?
scheme is optional, if you don't pass it, XBS will merge the lastest build infomation. you just need to build the target to switch to it. you can also directly delete the scheme field from buildServer.json, or modify to other scheme, it will switch immediately after you save buildServer.json(as long as you has build in xcode before).