FuzzyIdeas / Clop

Clipboard optimizer for macOS
https://lowtechguys.com/clop
GNU General Public License v3.0
520 stars 23 forks source link

Could this support macOS 12 (Monterey)? #4

Closed huyz closed 1 year ago

huyz commented 1 year ago

Or is there some technical reason why macOS 12 can't be supported?

alin23 commented 1 year ago

The technical reasons are the "menu bar" and "launch at login" APIs that were introduced in macOS 13. I wanted to use those and skip writing the boilerplate that I have in my other apps, for a much leaner code and app size.

It's possible to make it work on macOS 12 but I don't have the time or incentive to do that right now.

huyz commented 1 year ago

Fair enough. Thanks