thealpa / SaneSideButtons

A macOS menu bar app that enables system-wide navigation functionality for side buttons on third-party mice.
https://janhuelsmann.com/sanesidebuttons
GNU General Public License v2.0
367 stars 15 forks source link

Complicated Permission Handling #11

Closed thealpa closed 2 years ago

thealpa commented 2 years ago

As part of the introduction of the Swift rewrite and support for App Sandboxing SaneSideButtons now requires the following permissions:

The system should prompt the user for these on initial run, but SaneSideButtons does currently not work if these permissions have not already been granted at launch.

thealpa commented 2 years ago

Fixed with 1.2.0-alpha.2