We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5148e94 commit fcd6a1eCopy full SHA for fcd6a1e
1 file changed
scripts/parse-inputs.sh
@@ -116,13 +116,13 @@ case $INPUT_TARGET_LOWERCASE in
116
tv)
117
SIMPLATFORM="tvOS"
118
SIMPLATFORM_REGEX="tvOS"
119
- SIMDEVICE_REGEX="AppleTV"
+ SIMDEVICE_REGEX="Apple\sTV"
120
;;
121
122
tv-4k)
123
124
125
- SIMDEVICE_REGEX="AppleTV\s4K"
+ SIMDEVICE_REGEX="Apple\sTV\s4K"
126
127
128
watch)
0 commit comments