From 7b5f9fb672ec73f09ee94380a52d6573e69366ee Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Thu, 15 Feb 2024 21:37:53 +1100 Subject: [PATCH] pin xcodeproj version (#1449) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c8940fe4..47483494 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: "4.0.0"), - .package(url: "https://github.com/tuist/XcodeProj.git", from: "8.13.0"), + .package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.13.0"), .package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.3"), .package(url: "https://github.com/mxcl/Version", from: "2.0.0"), .package(url: "https://github.com/SwiftDocOrg/GraphViz.git", exact: "0.2.0"),