@@ -17,6 +17,7 @@ A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development
1717* _ SIMULATOR64_ - to build for iOS simulator 64 bit (x86_64)
1818* _ SIMULATORARM64_ - to build for iOS simulator 64 bit (arm64)
1919* _ VISIONOS_ - to build for visionOS (arm64) -- ** Apple Silicon Required**
20+ * _ VISIONOSCOMBINED_ - to build for visionOS & visionOS Simulator (FAT lib) (arm64) -- ** Apple Silicon Required**
2021* _ SIMULATOR_VISIONOS_ - to build for visionOS Simulator (arm64) -- ** Apple Silicon Required**
2122* _ TVOS_ - to build for tvOS (arm64)
2223* _ 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
2829* _ SIMULATORARM64_WATCHOS_ = to build for watchOS Simulator (arm64)
2930* _ MAC_ - to build for macOS (x86_64)
3031* _ MAC_ARM64_ - to build for macOS on Apple Silicon (arm64)
31- * _ MAC_UNIVERSAL_ - to build for macOS on x86_64 and Apple Silicon (arm64) combined -- ** Apple Silicon Required **
32+ * _ MAC_UNIVERSAL_ - to build for macOS on x86_64 and Apple Silicon (arm64) combined
3233* _ MAC_CATALYST_ - to build iOS for Mac (Catalyst, x86_64)
33- * _ MAC_CATALYST_ARM64_ - to build iOS for Mac on Apple Silicon (Catalyst, arm64) -- ** Apple Silicon Required **
34- * _ MAC_CATALYST_UNIVERSAL_ - to build iOS for Mac on x86_64 and Mac on arm64 combined -- ** Apple Silicon Required **
34+ * _ MAC_CATALYST_ARM64_ - to build iOS for Mac on Apple Silicon (Catalyst, arm64)
35+ * _ MAC_CATALYST_UNIVERSAL_ - to build iOS for Mac on x86_64 and Mac on arm64 combined (Catalyst, x86_64, arm64)
3536
3637# Example usage
3738
0 commit comments