I do find various unmaintained tools for iOS as they generally use undocumented and changing backends.
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. http://stackoverflow.com/questions/15980545/command-line-acc...
fruitstrap would also greatly help but it is no longer maintained (with several forks).
if you want to link it to your /usr/local/bin directory.. just modify the xctool.sh XCTOOL_DIR=path/where/xctool/is/located
Now... if only i could figure out how to use the xctool with Fortify....
Full disclosure, I'm one of the founders.
If this works, it's huge. Mad excited about this.
Every project's main build should be scriptable -- for reproducible releases, continuous integration etc. I wonder how Apple internally builds things for release when something this simple doesn't work (maybe they don't use OCUnit?).