diff --git a/Cartfile b/Cartfile index 9408ddd5..775309f4 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -github "sparkle-project/Sparkle" ~> 1.22 +binary "https://sparkle-project.org/Carthage/Sparkle.json" github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f" github "MacPass/KeePassKit" ~> 3.2.0 github "mstarke/HNHUi" ~> 6.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 8cb4dc2a..8527db1a 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,5 +1,5 @@ +binary "https://sparkle-project.org/Carthage/Sparkle.json" "2.3.0" github "MacPass/KeePassKit" "3.2.1" github "MacPass/KissXML" "933f04fe5ad95c2be07ec0c2f801e140007f20fa" github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f" github "mstarke/HNHUi" "6.0" -github "sparkle-project/Sparkle" "1.27.1" diff --git a/MacPass/MPAppDelegate.m b/MacPass/MPAppDelegate.m index 84d1e5a4..5ab89a6d 100644 --- a/MacPass/MPAppDelegate.m +++ b/MacPass/MPAppDelegate.m @@ -221,7 +221,7 @@ typedef NS_OPTIONS(NSInteger, MPAppStartupState) { #endif self.startupState |= MPAppStartupStateFinishedLaunch; // Here we just opt-in for allowing our bar to be customized throughout the app. - NSApplication.sharedApplication.automaticCustomizeTouchBarMenuItemEnabled = YES; + NSApplication.sharedApplication.automaticCustomizeTouchBarMenuItemEnabled = YES; } #pragma mark -