A demo application on how to vendor C libraries in Rubymotion.
Please refer to my blog post at https://vt-learn.de/site/rubymotion/2019/03/24/Vendoring-C-libraries-with-Rubymotion.html
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request