v1.3.5 - Sandbox Entitlements & Background Updater Authorization π οΈ Latest
This release resolves the final sandbox permissions block that prevented the zero-click background installer from mounting disk images and executing relauncher scripts.
π What's New
π Disabled App Sandbox for Relaunch Spawning:
- The Problem: The zero-click auto-updater downloaded updates to 100% but failed to mount the DMG or restart the application because the App Sandbox (
com.apple.security.app-sandbox) was enabled, which blockaded all background process execution (hdiutilandbash) and external folder writes. - The Solution: Disabled the App Sandbox in the entitlements file while maintaining standard Hardened Runtime configurations. This grants the application full permission to run background updater scripts, allowing it to silently mount the DMG, overwrite the active bundle cleanly, unmount, and relaunch the new version automatically.