Support for Private Repositories

Since Xcode 12.5 the default for xcodebuild is to use the system git for resolving packages.

I have used git url.<base>.insteadOf to allow CI to resolve private HTTPS repos.

See more:

1 Like