11CPython 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
55visionOS 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
1717the ``include `` and ``lib `` folders are included.
1818
1919The 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 .
2222This 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
3838Quickstart
3939----------
0 commit comments