From ad96a372b168930c2a1ff9455e1a9ccb13021617 Mon Sep 17 00:00:00 2001 From: Alexander Widerberg Date: Fri, 19 Jul 2024 10:08:53 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13ed016..9c71bf5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development * _SIMULATOR64_ - to build for iOS simulator 64 bit (x86_64) * _SIMULATORARM64_ - to build for iOS simulator 64 bit (arm64) * _VISIONOS_ - to build for visionOS (arm64) -- **Apple Silicon Required** +* _VISIONOSCOMBINED_ - to build for visionOS & visionOS Simulator (FAT lib) (arm64) -- **Apple Silicon Required** * _SIMULATOR_VISIONOS_ - to build for visionOS Simulator (arm64) -- **Apple Silicon Required** * _TVOS_ - to build for tvOS (arm64) * _TVOSCOMBINED_ - to build for tvOS & tvOS Simulator (arm64, x86_64) @@ -28,10 +29,10 @@ A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development * _SIMULATORARM64_WATCHOS_ = to build for watchOS Simulator (arm64) * _MAC_ - to build for macOS (x86_64) * _MAC_ARM64_ - to build for macOS on Apple Silicon (arm64) -* _MAC_UNIVERSAL_ - to build for macOS on x86_64 and Apple Silicon (arm64) combined -- **Apple Silicon Required** +* _MAC_UNIVERSAL_ - to build for macOS on x86_64 and Apple Silicon (arm64) combined * _MAC_CATALYST_ - to build iOS for Mac (Catalyst, x86_64) -* _MAC_CATALYST_ARM64_ - to build iOS for Mac on Apple Silicon (Catalyst, arm64) -- **Apple Silicon Required** -* _MAC_CATALYST_UNIVERSAL_ - to build iOS for Mac on x86_64 and Mac on arm64 combined -- **Apple Silicon Required** +* _MAC_CATALYST_ARM64_ - to build iOS for Mac on Apple Silicon (Catalyst, arm64) +* _MAC_CATALYST_UNIVERSAL_ - to build iOS for Mac on x86_64 and Mac on arm64 combined (Catalyst, x86_64, arm64) # Example usage