You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the built-in Xcode Cloud environment variables
CI_TEAM_ID and CI_BUNDLE_ID in the post-clone ci script.
Since these values are private and not in the public repository
they are added in conditional xcconfig files written before
building.
The workflow had them added as custom environment variables but
the values are also already present as Xcode Cloud environment
variables.
0 commit comments