Skip to content

Commit 4202d55

Browse files
authored
Some fixes
1 parent 34e74d4 commit 4202d55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CPython Apple source dependencies
22
=================================
33

4-
A meta-package for building the binary packages for iOS, tvOS and watchOS, and
4+
A meta-package for building the binary packages for iOS, tvOS, watchOS, and
55
visionOS that a CPython build requires. This includes:
66

77
* BZip2
@@ -17,8 +17,8 @@ into a tarball for distribution in "installed" form - that is, the contents of
1717
the ``include`` and ``lib`` folders are included.
1818

1919
The binaries support arm64 for iOS, appleTV, and visionOS devices, and arm64_32
20-
for watchOS. They also supports device simulators on both x86_64 and M1 hardware,
21-
except for visionOS on x86_64 which is officially unsupported by Apple.
20+
for watchOS. They also supports device simulators on both x86_64 and arm64
21+
hardware, except that visionOS is officially unsupported by Apple on x86_64.
2222
This should enable the code to run on:
2323

2424
* iOS 13.0 or later, on:
@@ -33,7 +33,7 @@ This should enable the code to run on:
3333
* watchOS 4.0 or later, on:
3434
* Apple Watch (4th gen or later)
3535
* visionOS 2.0 or later, on:
36-
* Apple Vision Pro
36+
* Apple Vision Pro (all models)
3737

3838
Quickstart
3939
----------

0 commit comments

Comments
 (0)