c4pt000 / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS

Home Page:https://kivy.org/docs/guide/packaging-ios.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kivy for iOS

git clone https://github.com/c4pt000/kivy-ios
cd kivy-ios
python3 -m pip setup.py install


cd to a completely fresh directory

mkdir TMP-directory-toolchain
cd TMP-directory-toolchain

toolchain build python3 kivy openssl


# /opt/electrum would be a working project directory for electrum
toolchain create electrum /opt/electrum

open electrum-ios/electrum.xcodeproj

build with Xcode gui


for pre-reqs for kivy-ios (old info use latest github pull here for kivy-ios instructions are for reference)
https://pypi.org/project/kivy-ios/





About

Toolchain for compiling Python / Kivy / other libraries for iOS

https://kivy.org/docs/guide/packaging-ios.html

License:MIT License


Languages

Language:Python 78.0%Language:Objective-C 17.1%Language:Cython 4.4%Language:C 0.3%Language:Shell 0.2%