gitbutler/crates/gitbutler-core
Sebastian Thiel b08a9e8cb1
Prevent MacOS popups each startup on MacOS
MacOS is the only known platform that exhibits this behaviour - if an app
is recompiled, the hash of the binary is used to identify it towards the keychain.
As this changes each time, the keychain will ask for permission, which is fair.

However, it's also an impediment which leads to the implementation of
a keystore that uses git credentials as backend. For this to work,
the latest version of `gitoxide` is required for now.
2024-07-02 10:02:46 +02:00
..
src Prevent MacOS popups each startup on MacOS 2024-07-02 10:02:46 +02:00
tests automatically delete empty passwords from the key store 2024-07-02 10:02:46 +02:00
Cargo.toml Prevent MacOS popups each startup on MacOS 2024-07-02 10:02:46 +02:00