Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CPython Apple source dependencies
=================================

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

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

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

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

Quickstart
----------
Expand Down