Skip to content

Commit

Permalink
Updating keyboardshortcuts version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamascenoRafael committed Mar 24, 2024
1 parent 3c9f33f commit d8f56e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reminders-menubar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
requirement = {
kind = exactVersion;
version = 1.15.0;
version = 2.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"originHash" : "69c39523ac0471922b625cc56b8722155cfd2afd660bdd4f5ff67335b5b87714",
"pins" : [
{
"identity" : "keyboardshortcuts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/KeyboardShortcuts",
"state" : {
"revision" : "ac302e21da5883f4bd0490cbd0cb710b08740500",
"version" : "1.15.0"
"revision" : "09e4a10ed6b65b3a40fe07b6bf0c84809313efc4",
"version" : "2.0.0"
}
}
],
"version" : 2
"version" : 3
}
1 change: 1 addition & 0 deletions reminders-menubar/Services/KeyboardShortcutService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ private struct ShortcutsKeys {
static let isOpenRemindersMenuBarEnabled = "isOpenRemindersMenuBarEnabled"
}

@MainActor
class KeyboardShortcutService: ObservableObject {
static let shared = KeyboardShortcutService()

Expand Down

0 comments on commit d8f56e2

Please sign in to comment.