mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
cab684ba60
Only install `peripheryapp/periphery` tap if macOS >= 13 (install breaks on macOS <= 12). Resolve #594 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
12 lines
221 B
Ruby
12 lines
221 B
Ruby
brew "markdownlint-cli"
|
|
brew "shellcheck"
|
|
brew "shfmt"
|
|
brew "swift-format"
|
|
brew "swiftformat"
|
|
brew "trash"
|
|
|
|
if OS.mac? && MacOS.version >= :ventura
|
|
brew "swiftlint"
|
|
tap "peripheryapp/periphery"
|
|
cask "periphery"
|
|
end
|