Reputation: 672
I have an Xcode workspace with a few schemes. One of my schemes is for an enterprise build and has a different Team ID. I would like to automate changing the DeveloperTeam property based on the scheme, but I can't figure out a way to do this. There doesn't seem to be anything in Build Settings to control this.
Any suggestions/solutions?
Upvotes: 0
Views: 231
Reputation: 1236
You can always create a new target and change its setting to use a different provisioning profile/certificate pair. And then create a scheme for that target.
Or maybe I didn't understand your requirement?
Upvotes: 1