From 84532dd6f17b5886c59ac026d2eb317421aafb04 Mon Sep 17 00:00:00 2001 From: timrid <6593626+timrid@users.noreply.github.com> Date: Thu, 24 Jul 2025 07:33:21 +0200 Subject: [PATCH] Update platforms.md Fixed typo --- docs/platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms.md b/docs/platforms.md index d67da7a8c..fb67c7b38 100644 --- a/docs/platforms.md +++ b/docs/platforms.md @@ -265,7 +265,7 @@ iOS is effectively 2 platforms - physical devices, and simulators. While the API * `arm64_iphoneos` (for physical iOS devices); * `arm64_iphonesimulator` (for iOS simulators running on Apple Silicon macOS machines); and -* `x64_64_iphonesimulator` (for iOS simulators running on Intel macOS machines). +* `x86_64_iphonesimulator` (for iOS simulators running on Intel macOS machines). By default, cibuildwheel will build all wheels for the CPU architecture of the build machine. You can build all wheels for all architectures by specifying `--archs all`.