Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/test_catalyst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ args=(
"CODE_SIGN_IDENTITY=-" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"
# GHA is still running 10.15.
"MACOSX_DEPLOYMENT_TARGET=10.15"
"-resultBundlePath" "xcresults/$scheme.xcresult"
)

xcodebuild -version
gem install xcpretty
xcodebuild "${args[@]}" | xcpretty
xcodebuild "${args[@]}" | tee xcodebuild.log | xcpretty
Loading