From 184ee1127f359dd8837c3edd20c73c71c0c1903c Mon Sep 17 00:00:00 2001 From: Ruslan Alikhamov Date: Mon, 27 Nov 2023 00:43:34 +0400 Subject: [PATCH] Updated XcodeProj to 8.16.0 (#1228) * Updated XcodeProj to 8.16.0 * Updated CHANGELOG --- CHANGELOG.md | 1 + Package.resolved | 4 ++-- Package.swift | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23782a8f..f07cd7b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Throw throwable error after updating mocks's calls counts and received parameters/invocations. ([#1224](https://github.com/krzysztofzablocki/Sourcery/pull/1224) - Fix unit tests on Linux ([#1225](https://github.com/krzysztofzablocki/Sourcery/pull/1225)) +- Updated XcodeProj to 8.16.0 ([#1228](https://github.com/krzysztofzablocki/Sourcery/pull/1228)) ## 2.1.2 ## Changes diff --git a/Package.resolved b/Package.resolved index 0c41ecf6f..1086cdbcd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -193,8 +193,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tuist/xcodeproj", "state" : { - "revision" : "3797181813ee963fe305d939232bc576d23ddbb0", - "version" : "8.15.0" + "revision" : "447c159b0c5fb047a024fd8d942d4a76cf47dde0", + "version" : "8.16.0" } }, { diff --git a/Package.swift b/Package.swift index 5955928f8..62cb45052 100644 --- a/Package.swift +++ b/Package.swift @@ -257,7 +257,7 @@ var dependencies: [Package.Dependency] = [ // PathKit needs to be exact to avoid a SwiftPM bug where dependency resolution takes a very long time. .package(url: "https://github.com/kylef/PathKit.git", exact: "1.0.1"), .package(url: "https://github.com/art-divin/StencilSwiftKit.git", exact: "2.10.3"), - .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.15.0"), + .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.16.0"), .package(url: "https://github.com/apple/swift-syntax.git", from: "508.0.0"), .package(url: "https://github.com/Quick/Quick.git", from: "3.0.0"), .package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),