File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ setup_github_actions_translations_environment() {
5959xcode_select_for_github_actions () {
6060 # While fastlane has its own way of selecting Xcode, that only works inside of fastlane.
6161 # We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version.
62- sudo xcode-select -s /Applications/Xcode_26.1_Release_Candidate .app
62+ sudo xcode-select -s /Applications/Xcode_26.1.1 .app
6363}
6464
6565generate_what_to_test_notes () {
Original file line number Diff line number Diff line change 1010simulator_version = "26.1"
1111
1212before_all do
13- xcversion ( version : "~> 26.1" )
13+ xcversion ( version : "~> 26.1.0 " )
1414
1515 ENV [ "FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT" ] = "180"
1616 ENV [ "FASTLANE_XCODE_LIST_TIMEOUT" ] = "180"
You can’t perform that action at this time.
0 commit comments