Live data from Hacker News

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

github.com

1–10 of 20 posts

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

#3
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.

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...

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

#5

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. 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 sandbo…

You mean you don't want to drive the organizer and instruments via scripting bridge? :-p

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

#6
I LOOOOVEEE the output. Nice, colorful and significant.

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....

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

#7
post #5

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. 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 sandbo…

You mean you don't want to drive the organizer and instruments via scripting bridge? :-p

I couldn't find the dictionary for the organizer. In any event the organizer only shows my apps, rather than all apps as ifunbox and similar tools do.

fruitstrap would also greatly help but it is no longer maintained (with several forks).

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

#9

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. 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 sandbo…

Check out http://www.libimobiledevice.org/ and https://github.com/ios-driver/libimobile-java

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

#10
post #9

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. 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 sandbo…

Check out http://www.libimobiledevice.org/ and https://github.com/ios-driver/libimobile-java

I already did a while back. I couldn't find any evidence that it supported access to the application sandbox which uses a slightly different protocol.
Post reply on HN