From a9b3ee52912543703feefff8edbef9b28c3b14ab Mon Sep 17 00:00:00 2001 From: Fs Date: Tue, 13 Feb 2024 10:51:46 +0800 Subject: [PATCH] update platform mapping for iOS --- Mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mapping.md b/Mapping.md index f0a2c78..85686e6 100644 --- a/Mapping.md +++ b/Mapping.md @@ -26,7 +26,7 @@ | Cygwin x86 | `Cygwin-x86` | Deprecated? | | macOS x86_64 | `darwin64-x86_64-cc` | | | macOS arm64 | `darwin64-arm64-cc` | | -| iOS x86_64 | `iossimulator-xcrun` | Distinguishing simulator / actual machine is not done | +| iOS simulator (Any architecture) | `iossimulator-xcrun` | No ASM is built | | iOS arm32 | `ios-xcrun` | | | iOS arm64 | `ios64-xcrun` | | | iOS (unknown architecture) | `iphoneos-cross` | Legacy |