diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 781fefe5f2..cdc7e2cdef 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -10110,7 +10110,7 @@ repositoryURL = "https://github.com/sparkle-project/Sparkle.git"; requirement = { kind = exactVersion; - version = 2.3.1; + version = 2.4.2; }; }; B6DA44152616C13800DD1EC2 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f4951e44d8..f9ebd8671b 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -95,8 +95,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle.git", "state" : { - "revision" : "9d85a02fe7916caa7531847452c4933d331503a5", - "version" : "2.3.1" + "revision" : "87e4fcbac39912f9cdb9a9acf205cad60e1ca3bc", + "version" : "2.4.2" } }, { diff --git a/DuckDuckGo/AppDelegate/UpdateController.swift b/DuckDuckGo/AppDelegate/UpdateController.swift index fcbe3c7710..0fe1f3ad8a 100644 --- a/DuckDuckGo/AppDelegate/UpdateController.swift +++ b/DuckDuckGo/AppDelegate/UpdateController.swift @@ -74,10 +74,6 @@ extension UpdateController: SPUStandardUserDriverDelegate { extension UpdateController: SPUUpdaterDelegate { func allowedChannels(for updater: SPUUpdater) -> Set { - guard updater == self.updater.updater else { - return Set() - } - if internalUserDecider.isInternalUser { return Set([Constants.internalChannelName]) } else {