Open gschier opened 11 months ago
Note: I was initially concerned that migrating app-data files to the sandbox container in the future would be a huge pain, but it looks like Apple has a way to define the relevant files to move via an entitlement, making the priority of this less urgent (though would still be great) https://developer.apple.com/documentation/security/app_sandbox/migrating_your_app_s_files_to_its_app_sandbox_container
Hi, I am facing this issue, is there a way to get autoupdate to work on sandboxed apps in tauri v2? Or maybe some workaround?
I never found a workaround, unfortunately.
Describe the bug
Sandboxed macOS apps do not have permissions to write to the installation folder, so updates fail. Sparkle gets around this by running the updater outside the app sandbox. https://sparkle-project.org/documentation/sandboxing/
Reproduction
Build a sandboxed app and try running the updater.
My entitlements file is as follows:
Expected behavior
There should be a way to auto-update with sandbox enabled.
Platform and versions