Skip to content

Commit c55677a

Browse files
authored
Update ios.toolchain.cmake
Make the readme more clear that the combined builds include simulator support.
1 parent 34d4352 commit c55677a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios.toolchain.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
# PLATFORM: (default "OS64")
5959
# OS = Build for iPhoneOS.
6060
# OS64 = Build for arm64 iphoneOS.
61-
# OS64COMBINED = Build for arm64 x86_64 iphoneOS. Combined into FAT STATIC lib (supported on 3.14+ of CMakewith "-G Xcode" argument ONLY)
61+
# OS64COMBINED = Build for arm64 x86_64 iphoneOS + iphoneOS Simulator. Combined into FAT STATIC lib (only supported on 3.14+ of CMake with "-G Xcode" argument in combination with the "cmake --install" CMake build step)
6262
# SIMULATOR = Build for x86 i386 iphoneOS Simulator.
6363
# SIMULATOR64 = Build for x86_64 iphoneOS Simulator.
6464
# SIMULATORARM64 = Build for arm64 iphoneOS Simulator.
6565
# TVOS = Build for arm64 tvOS.
66-
# TVOSCOMBINED = Build for arm64 x86_64 tvOS. Combined into FAT STATIC lib (supported on 3.14+ of CMake with "-G Xcode" argument ONLY)
66+
# TVOSCOMBINED = Build for arm64 x86_64 tvOS + tvOS Simulator. Combined into FAT STATIC lib (only supported on 3.14+ of CMake with "-G Xcode" argument in combination with the "cmake --install" CMake build step)
6767
# SIMULATOR_TVOS = Build for x86_64 tvOS Simulator.
6868
# WATCHOS = Build for armv7k arm64_32 for watchOS.
69-
# WATCHOSCOMBINED = Build for armv7k arm64_32 x86_64 watchOS. Combined into FAT STATIC lib (supported on 3.14+ of CMake with "-G Xcode" argument ONLY)
69+
# WATCHOSCOMBINED = Build for armv7k arm64_32 x86_64 watchOS + watchOS Simulator. Combined into FAT STATIC lib (only supported on 3.14+ of CMake with "-G Xcode" argument in combination with the "cmake --install" CMake build step)
7070
# SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator.
7171
# MAC = Build for x86_64 macOS.
7272
# MAC_ARM64 = Build for Apple Silicon macOS.

0 commit comments

Comments
 (0)