| Build | |
|---|---|
| Master | |
| macOS Xcode 7.3 | |
| macOS Xcode 8 | |
| Ubuntu 14.04 | |
| Ubuntu 15.10 |
IORunner is an application running on background. Application load installed extensions and calling every 0.3 seconds. All extensions have these methods.
- forStart() -> Void calling with when application start.
- --
- inLoop() -> Void calling every 0.3 seconds.
- --
- forStop() -> Void calling with when application stop.
- --
- forAsyncTask() -> Void calling from extension. This method working asynchronous.
-
Install dependencies
:$ Travis/PackagesUpdater.sh -
Build installer (Include IORunner and all extensions)
:$ make dist -
Build only IORunner
:$ make -
Build all extensions
:$ make extensions -
Clean project
:$ make dist-clean -
Generate extension skeleton
:$ bin/CreateExtension.sh -
For debug build
:$ make dist BUILD=debug
- Building with swift Preview 6
- Fixed ini parser when use = character in string.
- Added update feature to the installer.
- New extension! Controls bash scripts extension.
- Fixed GUI bug on Centos.
- Fixed shared library search paths on Centos.