We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a401eef commit a95e2baCopy full SHA for a95e2ba
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
matrix:
54
api-level: [24]
55
- profile: ['medium_phone']
+ profile: ['Medium_Phone']
56
steps:
57
- uses: actions/checkout@v4
58
- name: devbox installer
devbox.json
@@ -31,8 +31,6 @@
31
"setup-ios-devices": [
32
"xcrun simctl list devicetypes",
33
"xcrun simctl list runtimes",
34
- "xcrun simctl delete 'iPhone 14'",
35
- "xcrun simctl delete 'iPhone 17'",
36
"xcrun simctl create 'iPhone 14' 'iPhone 14' $IOS_RUNTIME",
37
"xcrun simctl create 'iPhone 17' 'iPhone 17' $IOS_RUNTIME",
38
"xcrun simctl list devices"
0 commit comments