Skip to content

Commit d30c0e4

Browse files
committed
Corrected the description of the output format of the project.
1 parent ca4d9d2 commit d30c0e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ This is a meta-package for building a version of Python that can be embedded
55
into a macOS, iOS, tvOS or watchOS project.
66

77
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.
910

1011
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
1213
for watchOS. This should enable the code to run on:
1314

1415
* MacBook
@@ -20,7 +21,6 @@ for watchOS. This should enable the code to run on:
2021
* Apple TV (4th gen or later)
2122
* Apple Watch
2223

23-
2424
The master branch of this repository has no content; there is an
2525
independent branch for each supported version of Python. The following
2626
Python versions are supported:

0 commit comments

Comments
 (0)