mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Only install periphery from brew if macOS version is >= 13.
Resolve #580 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
f08f0a37d7
commit
967e8db9ba
1 changed files with 3 additions and 1 deletions
4
Brewfile
4
Brewfile
|
@ -9,4 +9,6 @@ brew "trash"
|
||||||
# brew "swiftlint"
|
# brew "swiftlint"
|
||||||
|
|
||||||
tap "peripheryapp/periphery"
|
tap "peripheryapp/periphery"
|
||||||
cask "periphery"
|
if OS.mac? && MacOS.version >= :ventura
|
||||||
|
cask "periphery"
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue