11CPython 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
1616into a tarball for distribution in "installed" form - that is, the contents of
1717the ``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.
2122This 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
3538Quickstart
3639----------
0 commit comments