mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 15:59:24 +00:00
updated to current sparkle version
This commit is contained in:
2
Cartfile
2
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/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f"
|
||||||
github "MacPass/KeePassKit" ~> 3.2.0
|
github "MacPass/KeePassKit" ~> 3.2.0
|
||||||
github "mstarke/HNHUi" ~> 6.0
|
github "mstarke/HNHUi" ~> 6.0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
binary "https://sparkle-project.org/Carthage/Sparkle.json" "2.3.0"
|
||||||
github "MacPass/KeePassKit" "3.2.1"
|
github "MacPass/KeePassKit" "3.2.1"
|
||||||
github "MacPass/KissXML" "933f04fe5ad95c2be07ec0c2f801e140007f20fa"
|
github "MacPass/KissXML" "933f04fe5ad95c2be07ec0c2f801e140007f20fa"
|
||||||
github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f"
|
github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f"
|
||||||
github "mstarke/HNHUi" "6.0"
|
github "mstarke/HNHUi" "6.0"
|
||||||
github "sparkle-project/Sparkle" "1.27.1"
|
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ typedef NS_OPTIONS(NSInteger, MPAppStartupState) {
|
|||||||
#endif
|
#endif
|
||||||
self.startupState |= MPAppStartupStateFinishedLaunch;
|
self.startupState |= MPAppStartupStateFinishedLaunch;
|
||||||
// Here we just opt-in for allowing our bar to be customized throughout the app.
|
// 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 -
|
#pragma mark -
|
||||||
|
|||||||
Reference in New Issue
Block a user