Skip to content

Commit

Permalink
Tweak dependencies for Xcode build
Browse files Browse the repository at this point in the history
Point at the Xcode branch of steamworks: the regular main triggers
'unsafe flags' warnings presumably because the attempt to detect
steam headers is chopped by the sandbox.
  • Loading branch information
johnfairh committed Oct 20, 2023
1 parent 131c113 commit f2dc9aa
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" : {
"revision" : "a127c38e25b1222d945c77a358638c4eea882e0e",
"version" : "0.4.0"
"branch" : "main-xcode",
"revision" : "50ac174c7fe1c29e23b66362dcb363ed20243504"
}
},
{
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",
from: "0.4.0"),
branch: "main-xcode"),
.package(url: "https://github.com/johnfairh/TMLEngines",
from: "1.2.0")
],
Expand Down

0 comments on commit f2dc9aa

Please sign in to comment.