11Python Apple Support
22====================
33
4+ **This repository branch builds a packaged version of Python 3.4.5 **.
5+ Other Python versions are available by cloning other branches of the main
6+ repository.
7+
48This is a meta-package for building a version of Python that can be embedded
59into a macOS, iOS, tvOS or watchOS project.
610
7- It works by downloading, patching, and building a fat binary OpenSSL and
8- Python , and packaging them both in Apple Framework format.
11+ It works by downloading, patching, and building a fat binary of Python and
12+ selected pre-requisites , and packaging them both in Apple Framework format.
913
1014The binaries support the ``$(ARCHS_STANDARD) `` set - that is, x86_64 for
1115macOS, armv7 and arm64 for iOS devices, arm64 for appleTV devices, and armv7k
@@ -44,10 +48,6 @@ for watchOS. This should enable the code to run on:
4448 - 4th gen
4549* Apple Watch
4650
47- This repository branch builds a packaged version of **Python 3.4.2 **.
48- Other Python versions are available by cloning other branches of the main
49- repository.
50-
5151Quickstart
5252----------
5353
@@ -72,10 +72,10 @@ This should:
7272The build products will be in the `build ` directory; the compiled frameworks
7373will be in the `dist ` directory.
7474
75- .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6 /Python-3.4.2 -macOS-support.b6 .tar.gz
76- .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6 /Python-3.4.2 -iOS-support.b6 .tar.gz
77- .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6 /Python-3.4.2 -tvOS-support.b6 .tar.gz
78- .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4.2-b6 /Python-3.4.2 -watchOS-support.b6 .tar.gz
75+ .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-macOS-support.b1 .tar.gz
76+ .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-iOS-support.b1 .tar.gz
77+ .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-tvOS-support.b1 .tar.gz
78+ .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/3.4-b1 /Python-3.4-watchOS-support.b1 .tar.gz
7979
8080Acknowledgements
8181----------------
0 commit comments