ios_system v2.6 Release Notes
Release Date: 2020-07-06 // over 4 years ago-
๐ฆ In this version, we move to binary frameworks and Swift packages, for easier integration in your code.
Previous changes from v2.5
-
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.4: Focus on the ability to run several commands simultaneously. Command parsing is thread-safe, waitpid() is more robust. Somme commands have been added: vim, taskwarrior, lex, ar.
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.