From 2ca692b1e55a1f924bfb460099c9d7e015671a8d Mon Sep 17 00:00:00 2001 From: timrid <6593626+timrid@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:29:16 +0200 Subject: [PATCH] docs: iOS typo fix in docs (#2510) 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 d67da7a8..fb67c7b3 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`.