Created
June 14, 2020 11:20
-
-
Save mnaruse/d96f978134f6004824ae2008eaa49491 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if which "${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat" >/dev/null; then | |
"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat" "$SRCROOT" | |
else | |
echo "SwiftFormat does not exist, download from https://github.com/nicklockwood/SwiftFormat" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment