Skip to content

Commit ad96a37

Browse files
authored
Update README.md
1 parent 99f99df commit ad96a37

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)