I have a need to integrate my iOS development with TFS repository. The dev ops that only use Windows boxes need to be able to build and deploy iOS code to TestFlight and App store mainly accessing remotely a Mac Mini server.<p>My solution was to add some script steps to the scheme and a build script to each project that can be executed from a TFS task accessing the Mac Mini via ssh. I describe my solution in more detail on the url above. I'm wondering to hear other solutions to similar problems and suggestions to improve my solution. Thanks