File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -638,12 +638,15 @@ if run_vendor == 'apple':
638
638
elif run_os == 'ios' or run_os == 'tvos' or run_os == 'watchos' :
639
639
# iOS/tvOS/watchOS simulator
640
640
if run_os == 'ios' :
641
+ config .available_features .add ('DARWIN_SIMULATOR=ios' )
641
642
lit_config .note ("Testing iOS simulator " + config .variant_triple )
642
643
xcrun_sdk_name = "iphonesimulator"
643
644
elif run_os == 'watchos' :
645
+ config .available_features .add ('DARWIN_SIMULATOR=watchos' )
644
646
lit_config .note ("Testing watchOS simulator " + config .variant_triple )
645
647
xcrun_sdk_name = "watchsimulator"
646
648
else :
649
+ config .available_features .add ('DARWIN_SIMULATOR=tvos' )
647
650
lit_config .note ("Testing AppleTV simulator " + config .variant_triple )
648
651
xcrun_sdk_name = "appletvsimulator"
649
652
You can’t perform that action at this time.
0 commit comments