From b8c8aabdcfde47c2a1ba5cbfa9fcea4e3445d03e Mon Sep 17 00:00:00 2001 From: freddi Date: Wed, 26 May 2021 00:51:45 +0900 Subject: [PATCH] update XcodeProj --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 2fff59d6..43d754da 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 65be9bf3..2249f012 100644 --- a/Package.swift +++ b/Package.swift @@ -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")),