Skip to content

Commit c786e34

Browse files
authored
Update ios.yml
1 parent b29519c commit c786e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platform: ${{ 'iOS Simulator' }}
2121
run: |
2222
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
23-
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'``
23+
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}'`
2424
if [ $scheme = default ]; then scheme=$(cat default); fi
2525
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
2626
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`

0 commit comments

Comments
 (0)