Skip to content

Commit

Permalink
Update XcodeGraph (tuist#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek authored Feb 19, 2025
1 parent b3422a9 commit ea1a763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "af740149e032b45c3f83b4c6bc2c77a872c7e30191618f94e278ea873e4bdddc",
"originHash" : "a16b399c6e431c354b77baa85cc6f324a22a268943905f5cf10926c5020f7060",
"pins" : [
{
"identity" : "aexml",
Expand Down Expand Up @@ -348,17 +348,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/XcodeGraph.git",
"state" : {
"revision" : "8fbb1c6554cf95bcbeab0bd64a23a29d842a3f39",
"version" : "1.6.0"
"revision" : "bf78c0692488c743c7d5c0356f14b7fde763ec75",
"version" : "1.6.3"
}
},
{
"identity" : "xcodeproj",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/XcodeProj",
"state" : {
"revision" : "0fc894272122db301e5db7805c108b66f5e81922",
"version" : "8.26.7"
"revision" : "142b7ea0a087eabf4d12207302a185a0e9d4659b",
"version" : "8.27.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ let package = Package(
url: "https://github.com/apple/swift-openapi-urlsession", .upToNextMajor(from: "1.0.2")
),
.package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.0")),
.package(url: "https://github.com/tuist/XcodeGraph.git", exact: "1.6.0"),
.package(url: "https://github.com/tuist/XcodeGraph.git", exact: "1.6.3"),
.package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.7.0")),
.package(url: "https://github.com/tuist/Command.git", .upToNextMajor(from: "0.8.0")),
.package(url: "https://github.com/sparkle-project/Sparkle.git", from: "2.6.4"),
Expand Down

0 comments on commit ea1a763

Please sign in to comment.