You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ios.toolchain.cmake
+22-10
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@
67
67
# 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)
68
68
# SIMULATOR_TVOS = Build for x86_64 tvOS Simulator.
69
69
# SIMULATORARM64_TVOS = Build for arm64 tvOS Simulator.
70
+
# VISIONOSCOMBINED = Build for arm64 visionOS + visionOS 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)
71
+
# VISIONOS = Build for arm64 visionOS.
72
+
# SIMULATOR_VISIONOS = Build for arm64 visionOS Simulator.
70
73
# WATCHOS = Build for armv7k arm64_32 for watchOS.
71
74
# 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)
72
75
# SIMULATOR_WATCHOS = Build for x86_64 for watchOS Simulator.
0 commit comments