TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 trvd1707将近 11 年前

1 comment

trvd1707将近 11 年前
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