Results 15 comments of gezihuzi

When I submitted the `msi` application generated by Tauri to the Microsoft Store, I received the following message: If your EXE or MSI cannot comply with [Microsoft Store policy 10.2.9](https://go.microsoft.com/fwlink/?linkid=2262002),...

> @gezihuzi Hi, I want to do the same, do you need to sign the msix or can I upload it to MS Store without sign it? I read that...

Currently, `[env]` in config.toml does not support specifying os and arch. https://github.com/rust-lang/cargo/issues/10273 https://github.com/rust-lang/cargo/issues/10789

> This looks great at a quick glance, thanks! I'll look more in a few days, but in the meantime: I don't know much about xcode, but how difficult would...

> > However, `cargo-xcode` only requires one command to quickly generate an Xcode project that can be directly used and imported as a target dependency into other Xcode projects. >...