Mercurial > public > lazybear
changeset 363:6d0cd3577403
Update ios.yml
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Fri, 16 Apr 2021 19:22:51 +0200 |
parents | a23f1c979da2 |
children | 2874ce01e46e |
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:19:58 2021 +0200 +++ b/.github/workflows/ios.yml Fri Apr 16 19:22:51 2021 +0200 @@ -25,7 +25,7 @@ scheme: ${{ 'default' }} platform: ${{ 'iOS Simulator' }} run: | - device=`iPhone 12` + 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}'`