mas/Brewfile
Ross Goldberg 967e8db9ba
Only install periphery from brew if macOS version is >= 13.
Resolve #580

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
2024-10-17 21:40:08 -04:00

14 lines
266 B
Ruby

brew "markdownlint-cli"
brew "shellcheck"
brew "shfmt"
brew "swift-format"
brew "swiftformat"
brew "trash"
# Already installed on GitHub Actions runner.
# brew "swiftlint"
tap "peripheryapp/periphery"
if OS.mac? && MacOS.version >= :ventura
cask "periphery"
end