This is a command line utility for OS X to tweak driver properties. The kexts must implement IOService::setProperties or IOService::setParamProperties for this feature to function.
Run it with no parameters for usage.
Copy the binary 'ioio' to a directory in your path, such as /usr/bin. You can also use 'make install'.
Downloads are available on bitbucket:
https://bitbucket.org/RehabMan/os-x-ioio/downloads/
My build environment is currently Xcode 5.0.2, using SDK 10.8, targeting OS X 10.6.
No other build environment is supported.
The source code is maintained at the following sites:
https://github.com/RehabMan/OS-X-ioio
https://bitbucket.org/RehabMan/os-x-ioio
- None yet.
2014-01-22
- First release on Bitbucket (there were prior ad-hoc releases)