Search code examples
iphoneiosjailbreak

Make command-line application for jailbroken iphone


I looking for some tools to make application for jailbroken iPhone.

In my application, I need to run another application (Unix-command line with parameters).

Maybe, somebody can advice me some developer tools or libraries, because I think, that XCode is not very useful tool for these purposes.

Thanks.


Solution

  • you could check out iOS Open Dev

    or start reading iphonedevwiki

    but, you can certainly write apps with XCode (and maybe some scripts to postprocess your app ... fake code sign and install with dpkg), that issue system() calls.

    you may need privilege escalation depending on what you're trying to do