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 66d9a19 commit 0ab242bCopy full SHA for 0ab242b
.github/workflows/main.yml
@@ -248,8 +248,8 @@ jobs:
248
249
- name: Start simulator
250
run: |
251
- IPHONE12=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone 14 Pro" | awk -F'[()]' '{print $4}')
252
- xcrun simctl boot $IPHONE12
+ IPHONE=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone" | awk -F'[()]' '{print $4}')
+ xcrun simctl boot $IPHONE
253
254
- uses: actions/checkout@v4
255
- uses: subosito/[email protected]
0 commit comments