File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 3535# Set have_secrets to true or false.
3636source scripts/check_secrets.sh
3737
38- # Get Xcode version
39- system=$( uname -s)
40- case " $system " in
41- Darwin)
42- xcode_version=$( xcodebuild -version | head -n 1)
43- xcode_version=" ${xcode_version/ Xcode / } "
44- xcode_major=" ${xcode_version/ .*/ } "
45- ;;
46- * )
47- xcode_major=" 0"
48- ;;
49- esac
50-
5138# Initialize flags
5239flags=()
5340
@@ -100,11 +87,11 @@ function xcb() {
10087}
10188
10289# Run xcodebuild
103- sudo xcode-select -s /Applications/Xcode_16.1 .app/Contents/Developer
90+ sudo xcode-select -s /Applications/Xcode_15.3 .app/Contents/Developer
10491xcb " ${flags[@]} "
10592echo " $message "
10693
10794# Zip build-for-testing into MyTests.zip
108- cd build-for-testing/${SCHEME} /Build/Products
109- zip -r MyTests.zip Debug-iphoneos * .xctestrun
95+ cd " build-for-testing/${SCHEME} /Build/Products"
96+ zip -r MyTests.zip Debug-iphoneos ./ * .xctestrun
11097echo " build-for-testing/${SCHEME} /Build/Products zipped into MyTests.zip"
You can’t perform that action at this time.
0 commit comments