We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5917135 commit 78cb080Copy full SHA for 78cb080
1 file changed
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
# 선택된 iOS 런타임에서 'iPhone'이 포함된 첫 번째 시뮬레이터 이름 선택
80
DEVICE_NAME=$(xcrun simctl list devices available | awk -v ver="$IOS_VER" '
81
- $0 ~ "^== iOS " ver "(\\.[0-9]+)? ==" {flag=1; next}
+ $0 ~ "^== iOS " ver "(\\.[0-9]+)* ==" {flag=1; next}
82
$0 ~ "^== " {flag=0}
83
flag && $0 ~ /^[[:space:]]/ && $0 ~ /iPhone/ {
84
sub(/^[[:space:]]+/, "", $0)
0 commit comments