Skip to content

Commit

Permalink
Fix Steamworks dependency for Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Oct 21, 2023
1 parent f2dc9aa commit 45014fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnfairh/steamworks-swift",
"state" : {
"branch" : "main-xcode",
"revision" : "50ac174c7fe1c29e23b66362dcb363ed20243504"
"revision" : "56ef22fc7c1cd98fc2e04acf4d45bcb4bc9db389",
"version" : "0.5.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/johnfairh/steamworks-swift",
branch: "main-xcode"),
from: "0.5.1"),
.package(url: "https://github.com/johnfairh/TMLEngines",
from: "1.2.0")
],
Expand Down

0 comments on commit 45014fa

Please sign in to comment.