Update XcodeProj to 7.10.0 (#822)

This commit is contained in:
Sam Soffes 2020-04-02 16:24:45 -07:00 committed by GitHub
parent 8c21380a26
commit 5a34b41315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -69,8 +69,17 @@
"repositoryURL": "https://github.com/tuist/XcodeProj.git",
"state": {
"branch": null,
"revision": "f32704e01d2752bdc17cde3963bee4256c1f4df4",
"version": "7.8.0"
"revision": "912d40cc2ea4a300eff6dd7c6a10b4f4dedbcbec",
"version": "7.10.0"
}
},
{
"package": "XcodeProjCExt",
"repositoryURL": "https://github.com/tuist/XcodeProjCExt",
"state": {
"branch": null,
"revision": "23819ea71b3b8aa12d01eb540dbc713b99d162e1",
"version": "0.1.0"
}
},
{

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.0"),
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
.package(url: "https://github.com/tuist/XcodeProj.git", .exact("7.8.0")),
.package(url: "https://github.com/tuist/XcodeProj.git", .exact("7.10.0")),
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.0"),
.package(url: "https://github.com/mxcl/Version", from: "2.0.0"),
],