File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33# Default VM config to be used for macOS builds
44macos_config : &macos_config
55 macos :
6- xcode : 15.3 .0
6+ xcode : 16.0 .0
77 resource_class : macos.m1.large.gen1
88 shell : /bin/bash --login -eo pipefail
99
@@ -203,6 +203,10 @@ jobs:
203203 name : Build
204204 command : npm run build:ios
205205
206+ - run :
207+ name : List available simulators
208+ command : xcrun simctl list
209+
206210 - run :
207211 working_directory : example/e2e
208212 name : Run UI Tests
Original file line number Diff line number Diff line change 1- 3.3.0
1+ 3.3.4
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4- ruby '3.3.0 '
4+ ruby '3.3.4 '
55
66gem 'activesupport' , '~> 7.2'
77gem 'cocoapods' , '~> 1.16'
You can’t perform that action at this time.
0 commit comments