From 322262cff796d5314fcc62ebc3143dcd1ff7335e Mon Sep 17 00:00:00 2001 From: Yuya Oka Date: Thu, 23 Sep 2021 18:22:44 +0900 Subject: [PATCH] Update tuist/XcodeProj (#1125) * Update tuist/XcodeProj * Add changed entry --- CHANGELOG.md | 4 ++++ Package.resolved | 8 ++++---- Package.swift | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063ef098..14f36a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ [Commits](https://github.com/yonaskolb/XcodeGen/compare/2.24.0...2.25.0) +### Changed + +- Update XcodeProj to 8.2.0 [#1125](https://github.com/yonaskolb/XcodeGen/pull/1125) @nnsnodnb + ## 2.24.0 ### Added diff --git a/Package.resolved b/Package.resolved index 9c1119ed..c6792473 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/tadija/AEXML", "state": { "branch": null, - "revision": "8623e73b193386909566a9ca20203e33a09af142", - "version": "4.5.0" + "revision": "38f7d00b23ecd891e1ee656fa6aeebd6ba04ecc3", + "version": "4.6.1" } }, { @@ -78,8 +78,8 @@ "repositoryURL": "https://github.com/tuist/XcodeProj.git", "state": { "branch": null, - "revision": "0b18c3e7a10c241323397a80cb445051f4494971", - "version": "8.0.0" + "revision": "8e83191dba8bcbfc0be4d7c48bf1e02e7fedc88c", + "version": "8.2.0" } }, { diff --git a/Package.swift b/Package.swift index 899547ed..04715b57 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", from: "8.0.0"), + .package(url: "https://github.com/tuist/XcodeProj.git", from: "8.2.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")),