artginzburg / MiddleClick-Sonoma

 "Wheel click" with three-finger click/tap for Trackpad and Magic Mouse.
GNU General Public License v3.0
1.47k stars 85 forks source link

Support for Apple Silicon #23

Closed jackblk closed 2 years ago

jackblk commented 2 years ago

Currently I can run this on Monterey 12.0.1, Apple Silicon. But it is using Intel via Rosetta 2, can we have a ARM build for this app?

JosephTico commented 2 years ago

Someone already made a fork with M1 support:

https://github.com/werty1st/MiddleClick-m1

There's a precompiled release there, however you need to manually give the +x permission to the executable inside the app bundle:

MiddleClick.app/Contents/MacOS
❯ chmod +x MiddleClick

Seems like the only change is a simple bug fix, easy enough for @artginzburg to merge?

artginzburg commented 2 years ago

@jackblk could you confirm that the new version works fine? https://github.com/artginzburg/MiddleClick-BigSur/releases/tag/2.5

JosephTico commented 2 years ago

The new build is working perfectly for me!

jackblk commented 2 years ago

@jackblk could you confirm that the new version works fine? https://github.com/artginzburg/MiddleClick-BigSur/releases/tag/2.5

Works perfectly for me too, cheers!