All Projects → pybee → Python Ios Support

pybee / Python Ios Support

Licence: mit
A meta-package for building a version of Python that can be embedded into an iOS project.

Labels

Projects that are alternatives of or similar to Python Ios Support

Orac
Orac : virtual modular synth
Stars: ✭ 224 (-8.94%)
Mutual labels:  makefile
Mav voxblox planning
MAV planning tools using voxblox as the map representation.
Stars: ✭ 234 (-4.88%)
Mutual labels:  makefile
Dircolors Solarized
This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.
Stars: ✭ 2,671 (+985.77%)
Mutual labels:  makefile
Rancid Git
DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
Stars: ✭ 225 (-8.54%)
Mutual labels:  makefile
Openwrt Trojan
trojan and its dependencies for OpenWrt
Stars: ✭ 236 (-4.07%)
Mutual labels:  makefile
Memory Hack
打造超人大脑
Stars: ✭ 237 (-3.66%)
Mutual labels:  makefile
Turtledove
TURTLEDOVE
Stars: ✭ 217 (-11.79%)
Mutual labels:  makefile
Personal Server
Personal server configuration with k3s
Stars: ✭ 2,784 (+1031.71%)
Mutual labels:  makefile
Bullet Train.zsh
🚄 An oh-my-zsh shell theme based on the Powerline Vim plugin
Stars: ✭ 2,628 (+968.29%)
Mutual labels:  makefile
Tesla Menu
The Nintendo Switch overlay menu
Stars: ✭ 236 (-4.07%)
Mutual labels:  makefile
Paint Timing
Paint Timing
Stars: ✭ 226 (-8.13%)
Mutual labels:  makefile
Smallest Secured Golang Docker Image
Create the smallest and secured golang docker image based on scratch
Stars: ✭ 229 (-6.91%)
Mutual labels:  makefile
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (-3.25%)
Mutual labels:  makefile
Mkdkr
Make + Docker + Shell = CI Pipeline
Stars: ✭ 225 (-8.54%)
Mutual labels:  makefile
Mach
A remake of make (in ClojureScript)
Stars: ✭ 240 (-2.44%)
Mutual labels:  makefile
Quattroshapes
Stars: ✭ 222 (-9.76%)
Mutual labels:  makefile
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (-4.07%)
Mutual labels:  makefile
Verified Smart Contracts
Smart contracts which are formally verified
Stars: ✭ 243 (-1.22%)
Mutual labels:  makefile
Crazeeriderbbc
Crazee Rider - BBC Micro
Stars: ✭ 243 (-1.22%)
Mutual labels:  makefile
Source Code Examples
Examples of code for the ESP8266
Stars: ✭ 237 (-3.66%)
Mutual labels:  makefile

WARNING: This project is DEPRECATED

It has been replaced by the multi-platform Python-Apple-support_ package

.. _Python-Apple-support: https://github.com/pybee/Python-Apple-support

Python iOS Support

This is a meta-package for building a version of Python that can be embedded into an iOS, tvOS or watchOS project.

It works by downloading, patching, and building a fat binary OpenSSL and Python, and packaging them both in iOS Framework format.

The binaries support the $(ARCHS_STANDARD) set - that is, armv7 and arm64 for iOS devices, arm64 for appleTV devices, and armv7k for watchOS. This should enable the code to run on:

  • iPhone
    • iPhone 4s
    • iPhone 5
    • iPhone 5c
    • iPhone 5s
    • iPhone 6
    • iPhone 6 Plus
    • iPhone 6s
    • iPhone 6s Plus
  • iPad Pro
  • iPad
    • iPad 2
    • iPad (3rd gen)
    • iPad (4th gen)
    • iPad Air
    • iPad Air 2
    • iPad retina
  • iPad Mini
    • iPad Mini (1st gen)
    • iPad Mini 2
    • iPad Mini 3
    • iPad Mini 4
  • iPod Touch
    • iPod Touch (4th gen)
    • iPod Touch (5th gen)
    • iPod Touch (6th gen)
  • Apple TV
    • 4th gen
  • Apple Watch

This repository branch builds a packaged version of Python 3.5.1. Other Python versions are available by cloning other branches of the main repository.

Quickstart

Pre-built versions of the frameworks can be downloaded for iOS, for tvOS, and for watchOS_, and added to your project.

Alternatively, to build the frameworks on your own, download/clone this repository, and then in the root directory, and run:

  • make (or make all) to build everything.
  • make iOS to build everything for iOS.
  • make tvOS to build everything for tvOS.
  • make watchOS to build everything for watchOS.

This should:

  1. Download the original source packages
  2. Patch them as required for compatibility with the selected OS
  3. Build the packages as XCode-compatible frameworks.

The build products will be in the build directory; the compiled frameworks will be in the dist directory.

.. _for iOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz .. _for tvOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz .. _for watchOS: https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b5/Python-3.4.2-iOS-support.b5.tar.gz

Acknowledgements

The approach to framework packaging is drawn from Jeff Verkoeyen, and Ernesto García's tutorials.

.. _Jeff Verkoeyen: https://github.com/jverkoey/iOS-Framework .. _Ernesto García's: http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].