update XcodeProj

This commit is contained in:
freddi
2021-05-26 00:51:45 +09:00
parent 4ed02a4432
commit b8c8aabdcf
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -77,9 +77,9 @@
"package": "XcodeProj",
"repositoryURL": "https://github.com/tuist/XcodeProj.git",
"state": {
"branch": "main",
"revision": "be702b93150292396b0d068cea2a7ffa27f8e36b",
"version": null
"branch": null,
"revision": "45e349e1c4e4da1a85a7b9392b737acde2e2f2a8",
"version": "7.23.0"
}
},
{
+1 -1
View File
@@ -16,7 +16,7 @@ let package = Package(
.package(url: "https://github.com/yonaskolb/JSONUtilities.git", from: "4.2.0"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.2"),
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
.package(url: "https://github.com/tuist/XcodeProj.git", .branch("main")),
.package(url: "https://github.com/tuist/XcodeProj.git", from: "7.23.0"),
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.0"),
.package(url: "https://github.com/mxcl/Version", from: "2.0.0"),
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .exact("0.2.0")),