changeset 364:2874ce01e46e

Update ios.yml committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Fri, 16 Apr 2021 19:26:33 +0200
parents 6d0cd3577403
children 540a56b70f67
files .github/workflows/ios.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ios.yml	Fri Apr 16 19:22:51 2021 +0200
+++ b/.github/workflows/ios.yml	Fri Apr 16 19:26:33 2021 +0200
@@ -25,7 +25,7 @@
           scheme: ${{ 'default' }}
           platform: ${{ 'iOS Simulator' }}
         run: |
-          device=`iPhone 11`
+          device=iPhone 11
           if [ $scheme = default ]; then scheme=$(cat default); fi
           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
           file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`