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"),