tettoffensive
tettoffensive

Reputation: 672

How to set DeveloperTeam based on Scheme in Xcode

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

Answers (1)

J.Wang
J.Wang

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

Related Questions