gitbutler/crates/gitbutler-tauri
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
..
icons initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
src Prevent MacOS popups each startup on MacOS 2024-07-02 10:02:46 +02:00
.gitignore initial move of crates (no config changes) 2024-04-04 11:49:12 +02:00
build.rs update config to refer to new crate structure 2024-04-04 12:09:12 +02:00
Cargo.toml Bump tauri from 1.6.7 to 1.6.8 in the cargo group across 1 directory 2024-06-24 14:30:04 +00:00
inject-git-binaries.sh Allow local overrides for the target triple of production windows builds. 2024-05-25 15:05:43 +02:00
tauri.conf.json VSCodium basic setup 2024-06-02 14:53:37 -03:00
tauri.conf.nightly.json remove unneccessary CSPs 2024-05-18 18:13:24 +02:00
tauri.conf.release.json remove unneccessary CSPs 2024-05-18 18:13:24 +02:00