Skip to content

Release 2.4 of the ios_system libraries

Compare
Choose a tag to compare
@holzschu holzschu released this 25 Jun 11:03
· 309 commits to master since this release

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

https://github.com/holzschu/ios_system
https://github.com/holzschu/lib-tex
https://github.com/holzschu/ctags
https://github.com/holzschu/python_ios
https://github.com/holzschu/python3_ios
https://github.com/holzschu/network_ios
https://github.com/holzschu/lua_ios
https://github.com/holzschu/bc/

Changes compared to version 2.3: several updates to ios_system, making it more robust. Includes a fake process id system, with ios_fork() and ios_waitpid().

Python3 is designed so that Jupyter can run. This required creating several copies of the Python3 framework, so several versions of Python3 can run simultaneously.

2 versions of pre-compiled binaries available:

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

The TeX libraries have been converted to frameworks, so it should be possible to use them in an AppStore application. ctags is now the only library not converted to frameworks.