Convert spaces to tabs in dist.sh

This commit is contained in:
Joseph Henry
2021-01-04 15:53:20 -08:00
parent bdebc8c02b
commit 608c81fba6

View File

@@ -197,9 +197,7 @@ xcframework()
generate_projects # if needed generate_projects # if needed
echo "Executing task: " ${FUNCNAME[ 0 ]} "(" $1 ")" echo "Executing task: " ${FUNCNAME[ 0 ]} "(" $1 ")"
UPPERCASE_CONFIG="$(tr '[:lower:]' '[:upper:]' <<< ${1:0:1})${1:1}" UPPERCASE_CONFIG="$(tr '[:lower:]' '[:upper:]' <<< ${1:0:1})${1:1}"
OUTPUT_DIR=$(pwd)/lib/$1 OUTPUT_DIR=$(pwd)/lib/$1
cd $XCODE_MACOS_PROJ_DIR cd $XCODE_MACOS_PROJ_DIR
xcodebuild -target zt -configuration "$UPPERCASE_CONFIG" -sdk "macosx" xcodebuild -target zt -configuration "$UPPERCASE_CONFIG" -sdk "macosx"