Skip to content

Commit 88ddb7c

Browse files
Create sim
Signed-off-by: Matt Robinson <[email protected]>
1 parent 7f6cfdf commit 88ddb7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/xcode_select.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ echo "Printing available simulators"
1111

1212
xcrun simctl list devices
1313

14+
echo "[TEMP] CREATE SIMS"
15+
16+
xcrun simctl create 'MR_TEST_iPhone 16_18.2' 'iPhone 16' 'com.apple.CoreSimulator.SimRuntime.iOS-18-2'
17+
1418
echo "Generating bazelrc"
1519

1620
# Enable remote cache for all Github Action builds

0 commit comments

Comments
 (0)