This module will give your app users the option to choose the Fleksy keyboard.
- Run
build.py
which creates your distribution - cd to
~/Library/Application Support/Titanium
- copy this zip file into the folder of your Titanium SDK
Register your module with your application by editing tiapp.xml
and adding your module.
Example:
<modules>
<module version="2.0.2">com.fleksy</module>
</modules>
When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application.
To use the Fleksy module in code, all you will need to do is require it.
var Fleksy = require('com.fleksy');