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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Xctool: a replacement for xcodebuild to build and test iOS and Mac projects

92 点作者 marcosero大约 12 年前

8 条评论

rogerbinns大约 12 年前
I'm incredibly frustrated by the lack of command line dev tools for iOS. For example using adb with Android, I can stop a running app, clear all of its data and start it again. I can push and pull files and can dissect the internal state as a result.<p>I do find various unmaintained tools for iOS as they generally use undocumented and changing backends.<p>My current biggest need is to grab and put files in the app sandbox. There are several gui tools that can do it like i-funbox, but absolutely nothing that is automatable. <a href="http://stackoverflow.com/questions/15980545/command-line-access-to-ios-app-directory-sandbox-from-mac" rel="nofollow">http://stackoverflow.com/questions/15980545/command-line-acc...</a>
评论 #5647262 未加载
评论 #5647720 未加载
评论 #5646396 未加载
dfamorato大约 12 年前
I LOOOOVEEE the output. Nice, colorful and significant.<p>if you want to link it to your /usr/local/bin directory.. just modify the xctool.sh XCTOOL_DIR=path/where/xctool/is/located<p>Now... if only i could figure out how to use the xctool with Fortify....
krohling大约 12 年前
If you're interested in a cloud service that does the CI work for you (mobile specific) check out cisimple <a href="https://www.cisimple.com" rel="nofollow">https://www.cisimple.com</a><p>Full disclosure, I'm one of the founders.
puls大约 12 年前
"Runs the same tests as Xcode.app."<p>If this works, it's huge. Mad excited about this.
评论 #5647195 未加载
评论 #5647793 未加载
stigi大约 12 年前
I created a homebrew formula for it. The PR is not yet merged, but seems to be working quite fine: <a href="https://github.com/mxcl/homebrew/pull/19590" rel="nofollow">https://github.com/mxcl/homebrew/pull/19590</a>
tvon大约 12 年前
Nicely formatted output. I've been leaning towards using Rake tasks to handle this (there are a few gems out there to help), but I'll give this a whirl.
bitserf大约 12 年前
Oh, wicked. Giving it a shot tonight :) Being able to automate this right makes me sleep better.
ellicottvilleny大约 12 年前
Fantastic! Love it.