@@ -17,6 +17,7 @@ A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development
17
17
* _ SIMULATOR64_ - to build for iOS simulator 64 bit (x86_64)
18
18
* _ SIMULATORARM64_ - to build for iOS simulator 64 bit (arm64)
19
19
* _ VISIONOS_ - to build for visionOS (arm64) -- ** Apple Silicon Required**
20
+ * _ VISIONOSCOMBINED_ - to build for visionOS & visionOS Simulator (FAT lib) (arm64) -- ** Apple Silicon Required**
20
21
* _ SIMULATOR_VISIONOS_ - to build for visionOS Simulator (arm64) -- ** Apple Silicon Required**
21
22
* _ TVOS_ - to build for tvOS (arm64)
22
23
* _ 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
28
29
* _ SIMULATORARM64_WATCHOS_ = to build for watchOS Simulator (arm64)
29
30
* _ MAC_ - to build for macOS (x86_64)
30
31
* _ 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
32
33
* _ 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)
35
36
36
37
# Example usage
37
38
0 commit comments