Skip to content

v1.3.5 - Sandbox Entitlements & Background Updater Authorization πŸ› οΈ Latest

Choose a tag to compare

@itsmeshibintmz itsmeshibintmz released this 28 Jun 04:55

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 (hdiutil and bash) 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.