From f1ac36ae55f8d677af6d9febca86f62fd0fa4437 Mon Sep 17 00:00:00 2001 From: Jared McIntyre Date: Sun, 7 Jan 2024 20:38:34 -0700 Subject: [PATCH] Carthage now uses binary Sparkle builds to fix build breaks. Upgraded to 1.27.1 --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index f0965164..8f4df727 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "sparkle-project/Sparkle" == 1.22.0 +binary "https://sparkle-project.org/Carthage/Sparkle.json" == 1.27.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 2f28fe5b..7ce74102 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "sparkle-project/Sparkle" "1.22.0" +binary "https://sparkle-project.org/Carthage/Sparkle.json" "1.27.1"