Skip to content

Commit

Permalink
Bump build and KeyCodes version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Jun 6, 2023
1 parent 82408a6 commit 0023098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let project = Project(
"ASSETCATALOG_COMPILER_APPICON_NAME": "AppIcon",
"CODE_SIGN_IDENTITY": "Apple Development",
"CODE_SIGN_STYLE": "Automatic",
"CURRENT_PROJECT_VERSION": "144",
"CURRENT_PROJECT_VERSION": "150",
"DEVELOPMENT_TEAM": env["TEAM_ID"],
"ENABLE_HARDENED_RUNTIME": true,
"MARKETING_VERSION": "3.4.0",
Expand Down
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.1")),
.remote(url: "https://github.com/zenangst/KeyCodes.git", requirement: .exact("4.0.2")),
.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 0023098

Please sign in to comment.