From d235a4e06ba1e8e25da44e17be96d3eee6e8981a Mon Sep 17 00:00:00 2001 From: Ankush Date: Mon, 5 Aug 2024 22:48:24 +0530 Subject: [PATCH] Fix xcbeautify repository reference in Mintfile As the repository reference tuist/xcbeautify does not have tagged version 2.3.0 due to which 'mint bootstrap' was faliing. Added correct reference for xcbeautify Fixes issue #80 --- Mintfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mintfile b/Mintfile index 5b92f88f9..c919e734d 100644 --- a/Mintfile +++ b/Mintfile @@ -3,5 +3,5 @@ krzysztofzablocki/Sourcery@2.2.4 mono0926/LicensePlist@3.25.1 realm/SwiftLint@0.55.0 SwiftGen/SwiftGen@6.6.3 -tuist/xcbeautify@2.3.0 +cpisciotta/xcbeautify@2.3.0 yonaskolb/xcodegen@2.40.1