1
1
Python Apple Support
2
2
====================
3
3
4
+ **This repository branch builds a packaged version of Python 2.7.12 **.
5
+ Other Python versions are available by cloning other branches of the main
6
+ repository.
7
+
4
8
This is a meta-package for building a version of Python that can be embedded
5
9
into a macOS, iOS, tvOS or watchOS project.
6
10
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.
9
13
10
14
The binaries support the ``$(ARCHS_STANDARD) `` set - that is, x86_64 for
11
15
macOS, 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:
44
48
- 4th gen
45
49
* Apple Watch
46
50
47
- This repository branch builds a packaged version of **Python 2.7.12 **.
48
- Other Python versions are available by cloning other branches of the main
49
- repository.
50
-
51
51
Quickstart
52
52
----------
53
53
@@ -72,10 +72,10 @@ This should:
72
72
The build products will be in the `build ` directory; the compiled frameworks
73
73
will be in the `dist ` directory.
74
74
75
- .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7.12 -b1/Python-2.7.12 -macOS-support.b1.tar.gz
76
- .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7.12 -b1/Python-2.7.12 -iOS-support.b1.tar.gz
77
- .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7.12 -b1/Python-2.7.12 -tvOS-support.b1.tar.gz
78
- .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7.12 -b1/Python-2.7.12 -watchOS-support.b1.tar.gz
75
+ .. _for macOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-macOS-support.b1.tar.gz
76
+ .. _for iOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-iOS-support.b1.tar.gz
77
+ .. _for tvOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-tvOS-support.b1.tar.gz
78
+ .. _for watchOS : https://github.com/pybee/Python-Apple-support/releases/download/2.7-b1/Python-2.7-watchOS-support.b1.tar.gz
79
79
80
80
Acknowledgements
81
81
----------------
0 commit comments