fix: relax Sparkle delegate isolation

This commit is contained in:
Peter Steinberger 2025-12-23 03:36:56 +01:00
parent ad0c42f327
commit 6751c35779

View File

@ -398,8 +398,7 @@ final class SparkleUpdaterController: NSObject, UpdaterProviding {
}
}
@MainActor
extension SparkleUpdaterController: SPUUpdaterDelegate {}
extension SparkleUpdaterController: @preconcurrency SPUUpdaterDelegate {}
private func isDeveloperIDSigned(bundleURL: URL) -> Bool {
var staticCode: SecStaticCode?