Skip to content

Commit

Permalink
Bump KeyCodes to version 4.0.3 to fix key code mapping bug
Browse files Browse the repository at this point in the history
After some optimization work in the KeyCodes framework, not all mapping resolved properly.
This should be fixed in the latest version of the framework (4.0.3)
  • Loading branch information
zenangst committed Jun 7, 2023
1 parent e7b6160 commit 09d0fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let dependencies = Dependencies(
.remote(url: "https://github.com/zenangst/AXEssibility.git", requirement: .exact("0.0.4")),
.remote(url: "https://github.com/zenangst/Dock.git", requirement: .exact("1.0.1")),
.remote(url: "https://github.com/zenangst/InputSources.git", requirement: .exact("1.0.1")),
.remote(url: "https://github.com/zenangst/KeyCodes.git", requirement: .exact("4.0.2")),
.remote(url: "https://github.com/zenangst/KeyCodes.git", requirement: .exact("4.0.3")),
.remote(url: "https://github.com/zenangst/LaunchArguments.git", requirement: .exact("1.0.1")),
.remote(url: "https://github.com/zenangst/MachPort.git", requirement: .exact("3.0.1")),
.remote(url: "https://github.com/zenangst/Windows.git", requirement: .exact("1.0.0")),
Expand Down

0 comments on commit 09d0fae

Please sign in to comment.