Hello,We have quite a complex setup with a lot of different environments, quite a few schemes, and two different teams for the same app. The different environments are basically different backends (and therefore different URLs to use).We have struggled quite a bit with getting a smooth setup which is easy to manage. Right now, we have:Targets:- The app itself- Watch- WidgetTeams:- App Store team (used to publish the app to app store)- Enterprise team (used to ease testing. This is a large corporation with new testing devices being added constantly)Schemes:- Development (App Store team)- Test 1 (Enterprise team)- Test 2 (Enterprise team)- Staging (Enterprise team)- Production (App Store team)There are a number of issues with this setup:1. When switching scheme, we would like to automatically change the team for all targets. We have tried to do this with pre-build scripts, but it does not really seem to work.2. As we only have one target, we only have one bundle ID. Ideally, we would