buildozer icon indicating copy to clipboard operation
buildozer copied to clipboard

Install kivy-ios deps after cloning the repo

Open meow464 opened this issue 3 years ago • 0 comments

Reads the dependencies from kivy-ios/setup.cfg (an ini file) and installs them with pip.

With this change the user should be able to just do buildozer init && buildozer ios debug|release and kivy-ios will be automatically downloaded and built. No need to install dependencies.

This is possible since: https://github.com/kivy/kivy-ios/pull/638

meow464 avatar Oct 14 '21 23:10 meow464