Skip to content

More commands: ping, nslookup, ctags...

Compare
Choose a tag to compare
@holzschu holzschu released this 19 Mar 16:34
· 534 commits to master since this release

Release 1.2 of the ios_system libraries.

Contains a precompiled version of all the libraries and frameworks associated with ios_system:

Compared to v1.1:

  • commands now return the proper error code.
  • ios_system handles files with spaces in their names (provided the spaces are escaped (new\ file) or the filename is enclosed within quotes ("new file"). Backslashes have to be escaped.
  • fixed a bug where the "awk" command had disappeared.
  • added commands: ctags, nslookup, ping, dig, host.

As before, 2 versions of pre-compiled binaries available:

  • release = iOS_system.framework and all the associated libraries. Useful when you're building an application, like shell, ivim...
  • smallRelease = ios_system.framework + openssl.framework + libssh2.framework. Useful when you need to compile a new library.