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`.