Fabian-Lars
Fabian-Lars
This is really not a nice solution, but a better one would need a bigger rewrite which i don't have time for tbh. We should have a `cargo metadata` follow-up...
For reference: https://developer.apple.com/videos/play/wwdc2022/10109/ Relevant file: https://github.com/tauri-apps/tauri/blob/dev/tooling/bundler/src/bundle/macos/sign.rs
This is a hotfix to prevent the v2-alpha update prompt that all v1 users are seeing right now. releasing just a new cli patch version is not sufficient imo. Also...
**Describe the bug** openssl is always a dependency on macos, there was someone on discord where `cargo install tauri-cli` failed because of openssl. This may be a bit tricky to...
Hi, thanks for this awesome crate! I'm not sure if this is just another instance of the server we are interacting not being spec compliant again, but when we're sending...
### Describe the problem adhoc code signing the app will result in aarch64 binaries behaving like x86_64. This means you'll get rid of the "app is damaged" dialog and then...
Also related: #486. If possible we should look into improving it before the new docs are there. The guide causes too much confusion. I will try to expand this list...
In https://github.com/tauri-apps/tauri-docs/pull/1283 we've added docs for bash, zsh and powershell, however `tauri completions` also supports fish but i've had issues coming up with something nice having 0 experience with Fish...