File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ This is a meta-package for building a version of Python that can be embedded
5
5
into a macOS, iOS, tvOS or watchOS project.
6
6
7
7
It works by downloading, patching, and building a fat binary of Python and
8
- selected pre-requisites, and packaging them both in Apple Framework format.
8
+ selected pre-requisites, and packaging them as static libraries that can be
9
+ included in an Xcode project.
9
10
10
11
The binaries support the ``$(ARCHS_STANDARD) `` set - that is, x86_64 for
11
- macOS, armv7 and arm64 for iOS devices, arm64 for appleTV devices, and armv7k
12
+ macOS, armv7 and arm64 for iOS devices, arm64 for AppleTV devices, and armv7k
12
13
for watchOS. This should enable the code to run on:
13
14
14
15
* MacBook
@@ -20,7 +21,6 @@ for watchOS. This should enable the code to run on:
20
21
* Apple TV (4th gen or later)
21
22
* Apple Watch
22
23
23
-
24
24
The master branch of this repository has no content; there is an
25
25
independent branch for each supported version of Python. The following
26
26
Python versions are supported:
You can’t perform that action at this time.
0 commit comments