Skip to content

Commit

Permalink
Revert "Update KeyboardShortcuts to 2.1"
Browse files Browse the repository at this point in the history
This reverts commit 3778324.
Since KeyboardShortcuts.Recorder is used for in-app shortcuts (pin,
delete), it needs to allow option-only modifiers for those.
  • Loading branch information
p0deje committed Oct 2, 2024
1 parent 4feaf5a commit 26b7810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 2.1.0;
minimumVersion = 2.0.2;
};
};
DA13D7C82C19F43E00FA9E23 /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/KeyboardShortcuts",
"state" : {
"revision" : "9369a045a72a5296150879781321aecd228171db",
"version" : "2.1.0"
"revision" : "e6b60117ec266e1e5d059f7f34815144f9762b36",
"version" : "2.0.2"
}
},
{
Expand Down

0 comments on commit 26b7810

Please sign in to comment.