-1

I want to setup Xcode Server on single system (Mac Mini) and other team members will access that server for CI and CD. I have successfully implemented on each system individually but i want to make it centralised. It may be a dedicated System or one of the team member's Mac Mini.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

You can setup multiple Xcode Servers using the "Accounts" tab in the Xcode preferences:

  • Xcode Menu > Preferences
  • Navigate to the "Accounts" tab
  • Click the "+" button
  • Select "Xcode Server"
  • Enter the information for the shared server.

Xcode 'Accounts' Preferences Page

Xcode uses several TCP ports outside of HTTPS, including: 20300 and 20343 - 20346.

richardpiazza
  • 1,487
  • 10
  • 23