File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515
1616 env :
1717 FASTLANE_SKIP_UPDATE_CHECK : 1
18- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
18+ DEVELOPER_DIR : /Applications/Xcode_16 .app/Contents/Developer
1919
2020 steps :
2121 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1515
1616 env :
1717 FASTLANE_SKIP_UPDATE_CHECK : 1
18- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
18+ DEVELOPER_DIR : /Applications/Xcode_16 .app/Contents/Developer
1919
2020 steps :
2121 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 5959 if : needs.precheck.outputs.result == 'resolve'
6060
6161 env :
62- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
62+ DEVELOPER_DIR : /Applications/Xcode_16 .app/Contents/Developer
6363
6464 steps :
6565 - uses : Cyberbeni/install-swift-tool@v2
Original file line number Diff line number Diff line change 1717 runs-on : macos-14
1818
1919 env :
20- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
20+ DEVELOPER_DIR : /Applications/Xcode_16 .app/Contents/Developer
2121
2222 steps :
2323 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ TLS/SSL Certificates check for iOS
1212
1313``` bash
1414$ xcodebuild -version
15- Xcode 15.3
16- Build version 15E204a
15+ Xcode 16.0
16+ Build version 16A242d
1717```
1818
1919### Ruby
You can’t perform that action at this time.
0 commit comments