Fix building issues with XCode

This commit is contained in:
Mingshen Sun 2022-05-23 10:54:11 -07:00
parent 6f5385fe4a
commit 440b0123f2
7 changed files with 13 additions and 68 deletions

View file

@ -1,3 +1,4 @@
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
SWIFTFORMAT_VERSION="0.49.*"
if [[ "${CI}" == "true" ]]; then

View file

@ -1,4 +1,6 @@
SWIFTLINT_VERSION="0.46.*"
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"
SWIFTLINT_VERSION="0.47.*"
if [[ "${CI}" == "true" ]]; then
echo "Running in a Continuous Integration environment. Linting is skipped."