Skip to content

Instantly share code, notes, and snippets.

@mnaruse
Created June 14, 2020 11:20
Show Gist options
  • Save mnaruse/d96f978134f6004824ae2008eaa49491 to your computer and use it in GitHub Desktop.
Save mnaruse/d96f978134f6004824ae2008eaa49491 to your computer and use it in GitHub Desktop.
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