How to configure Build Scripts in Xcode
This document provides step-by-step instructions on how to configure a build script to run on each build executing a command line tool. SwiftLint is used as an example.
Step 1: First, install the tool(s) you want to execute in the build script (e.g. via Homebrew or Mint)
brew install swiftlint
Step 2: In Xcode, select your target to add the build script to