docs: iOS typo fix in docs (#2510)

Update platforms.md

Fixed typo
This commit is contained in:
timrid
2025-07-24 12:29:16 -04:00
committed by GitHub
parent 1ac7fa7f00
commit 2ca692b1e5
+1 -1
View File
@@ -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`.