New commands, Python3, Jupyter.
Release 2.3 of the ios_system libraries:
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.2: new commands ifconfig, openurl, python3.
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 and ctags have not been converted to frameworks, as no application on the AppStore is using them currently. It might change in the future.