Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connecting Team Foundation Server (TFS) with Xcode

Tags:

xcode

ios

tfs

I am new to Xcode and TFS. Can someone please explain me how I can connect TFS 2013 with Xcode to maintain repositories or give me a link which has full details from the beginning?

like image 309
GMHSJ Avatar asked Feb 13 '26 01:02

GMHSJ


1 Answers

The idea is to use Git as your version control and push your changes to a central Repo hosted in TFS. The TFS Administrator should create a Project with Git support and grant your account permissions. Most of TFS features are accessible through a web interface, so you can have task/bug tracking, associate them with your commits and so on.

To start learning, I would not recommend the TFS documentation nor the VSO documentation for your specific case, but would start from a couple of videos: Using Xcode in Git Projects Using Team Foundation Server 2013 and Deep Dive into Git with Team Foundation Server.

like image 145
Giulio Vian Avatar answered Feb 14 '26 16:02

Giulio Vian