Skip to content

Commit 88a564f

Browse files
authored
Document visionOS Support (#53)
1 parent 36d17e9 commit 88a564f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.rst

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

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

77
* BZip2
88
* XZ
@@ -16,8 +16,9 @@ SDK target and architecture that is requried. The compiled library is packed
1616
into a tarball for distribution in "installed" form - that is, the contents of
1717
the ``include`` and ``lib`` folders are included.
1818

19-
The binaries support arm64 for iOS and appleTV devices, and arm64_32 for
20-
watchOS. They also supports device simulators on both x86_64 and M1 hardware.
19+
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 arm64
21+
hardware, except that visionOS is officially unsupported by Apple on x86_64.
2122
This should enable the code to run on:
2223

2324
* iOS 13.0 or later, on:
@@ -31,6 +32,8 @@ This should enable the code to run on:
3132
* Apple TV (4th gen or later)
3233
* watchOS 4.0 or later, on:
3334
* Apple Watch (4th gen or later)
35+
* visionOS 2.0 or later, on:
36+
* Apple Vision Pro (all models)
3437

3538
Quickstart
3639
----------

0 commit comments

Comments
 (0)