Skip to content

BoonsNaibot/kivy-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kivy for IOS

(This is a work in progress.)

  1. Using brew, you can install dependencies:

    brew install autoconf automake libtool pkg-config mercurial
    brew link libtool
    brew link mercurial
  2. Install Cython:

    # easy-install method
    sudo easy_install cython
    
    # pip method if available (sudo might be needed.)
    pip install cython
  3. Build the whole toolchain with tools/build-all.sh
  4. Create an Xcode project for your application with tools/create-xcode-project.sh test /path/to/app
  5. Open your newly created Xcode project
  6. Ensure code signing is setup correctly
  7. Click on play

Notes

A build phase is added to the project that processes and moves your app's files to the Xcode project before every build. If you would like to handle this process manually, remove the "Run Script" build phase from your target and use tools/populate-project.sh /path/to/app after every change. You can also change the path to your app by modifying this build phase.

About

Toolchain for compiling Python / Kivy / others libraries for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 88.1%
  • C 10.4%
  • Shell 0.5%
  • C++ 0.5%
  • Objective-C 0.4%
  • Perl 0.1%