Unverified Commit b139e062 authored by Isuru Fernando's avatar Isuru Fernando Committed by GitHub
Browse files

Remove extra whitespace


Co-authored-by: default avatarAndrew Murray <3112309+radarhere@users.noreply.github.com>
parent 9ecae3ed
......@@ -12,7 +12,7 @@ function check_sdk_11 {
}
if [ "$PLAT" == "arm64" ] || [ "$PLAT" == "universal2" ]; then
if [[ "$(check_sdk_11)" == "not found" ]]; then
if [[ "$(check_sdk_11)" == "not found" ]]; then
latestXcode=$(ls /Applications | grep Xcode[_0-9\.]*\.app | sort -V | tail -n 1)
if ([ "$GITHUB_WORKFLOW" != "" ] || [ "$PIPELINE_WORKSPACE" != "" ]) && [ $latestXcode ]; then
sudo xcode-select -switch /Applications/$latestXcode.app
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment