Skip to content

Commit

Permalink
updated to current sparkle version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Nov 14, 2022
1 parent 59f4fd0 commit bc83364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion MacPass/MPAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification {
#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 -
Expand Down

0 comments on commit bc83364

Please sign in to comment.