TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: How to integrate and automate iOS deployments in TFS environment

1 pointsby trvd1707almost 11 years ago

1 comment

trvd1707almost 11 years ago
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