igorkulman / ChangeMenuBarColor

Simple utility to change macOS Big Sur and Monterey menu bar color by appending a solid color or gradient rectangle to a wallpaper image
MIT License
968 stars 37 forks source link

Working on Catalina? #36

Closed ArrowNemesis closed 3 years ago

ArrowNemesis commented 3 years ago

I have tried it but not working when I execute "swift build -c release" it shows this as the output "error: terminated(72):"

igorkulman commented 3 years ago

Big Sur (v11) is set as minimum target in Package.swift. Try setting setting it to 10.15. I do not jave a Catalina machine now to test it.