Before you can build the app you have to follow some steps:
-
Fetch some resources:
./devscripts/update-submodules.sh
-
Build the python library and create the python modules file hierarchy:
make all
The you can open the Xcode project and test it in the simulator.
The code is releades under the MIT License, the full license is available in the LICENSE file.