From 5f045c113a97c6ac43708dda2106aa65952f1232 Mon Sep 17 00:00:00 2001 From: Micha Date: Tue, 30 Dec 2025 18:31:17 +0100 Subject: [PATCH] chore: simplify to non-sandboxed app with no entitlements Remove all sandbox and XPC entitlements to test if Sparkle works without them. --- iKeyMon.entitlements | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/iKeyMon.entitlements b/iKeyMon.entitlements index eeb6313..6631ffa 100644 --- a/iKeyMon.entitlements +++ b/iKeyMon.entitlements @@ -2,27 +2,5 @@ - com.apple.security.app-sandbox - - com.apple.security.files.user-selected.read-write - - com.apple.security.files.downloads.read-write - - com.apple.security.network.client - - com.apple.security.automation.apple-events - - com.apple.security.cs.disable-library-validation - - com.apple.security.xpc.aConnectionServices - - com.sparkle-project.InstallerConnection - com.sparkle-project.DownloaderConnection - - com.apple.security.xpc.aStatusServices - - com.sparkle-project.InstallerStatus - com.sparkle-project.DownloaderStatus -