File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4848 submodules : recursive
4949
5050 - name : Select Xcode version
51- run : sudo xcode-select -s /Applications/Xcode_15.4 .app/Contents/Developer
51+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
5252
5353 - name : Install xcpretty
5454 run : gem install xcpretty
5959 -project V2er.xcodeproj \
6060 -scheme V2er \
6161 -sdk iphonesimulator \
62- -destination 'platform=iOS Simulator,name=iPhone 15 ' \
62+ -destination 'platform=iOS Simulator,name=iPhone 16 ' \
6363 -enableCodeCoverage YES \
6464 -derivedDataPath build/DerivedData \
6565 CODE_SIGN_IDENTITY="" \
Original file line number Diff line number Diff line change 1818 token : ${{ secrets.GITHUB_TOKEN }}
1919
2020 - name : Select Xcode version
21- run : sudo xcode-select -s /Applications/Xcode_15.4 .app/Contents/Developer
21+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
2222
2323 - name : Update Swift packages
2424 run : |
Original file line number Diff line number Diff line change 2222 submodules : recursive
2323
2424 - name : Select Xcode version
25- run : sudo xcode-select -s /Applications/Xcode_15.4 .app/Contents/Developer
25+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
2626
2727 - name : Show Xcode version
2828 run : xcodebuild -version
5050 -project V2er.xcodeproj \
5151 -scheme V2er \
5252 -sdk iphonesimulator \
53- -destination 'platform=iOS Simulator,name=iPhone 15 ' \
53+ -destination 'platform=iOS Simulator,name=iPhone 16 ' \
5454 ONLY_ACTIVE_ARCH=YES \
5555 CODE_SIGN_IDENTITY="" \
5656 CODE_SIGNING_REQUIRED=NO | xcpretty --color
6161 -project V2er.xcodeproj \
6262 -scheme V2er \
6363 -sdk iphonesimulator \
64- -destination 'platform=iOS Simulator,name=iPhone 15 ' \
64+ -destination 'platform=iOS Simulator,name=iPhone 16 ' \
6565 ONLY_ACTIVE_ARCH=YES \
6666 CODE_SIGN_IDENTITY="" \
6767 CODE_SIGNING_REQUIRED=NO | xcpretty --color --test
Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535
3636 - name : Select Xcode version
37- run : sudo xcode-select -s /Applications/Xcode_15.4 .app/Contents/Developer
37+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
3838
3939 - name : Setup Ruby
4040 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments