From dbbe1752d159b34235efe091a5c950801e6d9b24 Mon Sep 17 00:00:00 2001 From: Micha Date: Tue, 30 Dec 2025 16:40:27 +0100 Subject: [PATCH] fix: disable InstallerLauncherService for sandboxed app For sandboxed apps, use standard Sparkle updater instead of the InstallerLauncherService. Also add Downloader XPC service identifiers. --- iKeyMon-Info.plist | 2 +- iKeyMon.entitlements | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/iKeyMon-Info.plist b/iKeyMon-Info.plist index d6ad33b..eae7147 100644 --- a/iKeyMon-Info.plist +++ b/iKeyMon-Info.plist @@ -7,6 +7,6 @@ SUPublicEDKey EgJgrOGQ79L5me616jA7kDCEOgx+Rg11uYLYLLIyzTI= SUEnableInstallerLauncherService - + diff --git a/iKeyMon.entitlements b/iKeyMon.entitlements index 92fe5ce..8487572 100644 --- a/iKeyMon.entitlements +++ b/iKeyMon.entitlements @@ -17,10 +17,12 @@ 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