From 2195ee0883efc92828a0cf33b830f43f9bd7e01b Mon Sep 17 00:00:00 2001 From: Sparkle-Bot Date: Sun, 12 Dec 2021 05:35:16 +0000 Subject: [PATCH] Update Package management files for version 2.0.0-rc.1 --- Carthage-dev.json | 2 +- Configurations/ConfigCommon.xcconfig | 4 ++-- Package.swift | 6 +++--- Sparkle.podspec | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Carthage-dev.json b/Carthage-dev.json index bfb7f9488c..935f79259e 100644 --- a/Carthage-dev.json +++ b/Carthage-dev.json @@ -1 +1 @@ -{"1.27.1": "https://github.com/sparkle-project/Sparkle/releases/download/1.27.1/Sparkle-1.27.1.tar.xz", "2.0.0-beta.6": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-beta.6/Sparkle-2.0.0-beta.6.tar.xz"} \ No newline at end of file +{"1.27.1": "https://github.com/sparkle-project/Sparkle/releases/download/1.27.1/Sparkle-1.27.1.tar.xz", "2.0.0-beta.6": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-beta.6/Sparkle-2.0.0-beta.6.tar.xz", "2.0.0-rc.1": "https://github.com/sparkle-project/Sparkle/releases/download/2.0.0-rc.1/Sparkle-2.0.0-rc.1.tar.xz"} \ No newline at end of file diff --git a/Configurations/ConfigCommon.xcconfig b/Configurations/ConfigCommon.xcconfig index d0dbe51328..20a4c4525c 100644 --- a/Configurations/ConfigCommon.xcconfig +++ b/Configurations/ConfigCommon.xcconfig @@ -39,8 +39,8 @@ SPARKLE_VERSION_PATCH = 0 // This should be in SemVer format or empty, ie. "-beta.1" // These variables must have a space after the '=' too -SPARKLE_VERSION_SUFFIX = -beta.6 -CURRENT_PROJECT_VERSION = 2006 +SPARKLE_VERSION_SUFFIX = -rc.1 +CURRENT_PROJECT_VERSION = 2007 MARKETING_VERSION = $(SPARKLE_VERSION_MAJOR).$(SPARKLE_VERSION_MINOR).$(SPARKLE_VERSION_PATCH)$(SPARKLE_VERSION_SUFFIX) ALWAYS_SEARCH_USER_PATHS = NO diff --git a/Package.swift b/Package.swift index f5831b643a..df02384baa 100644 --- a/Package.swift +++ b/Package.swift @@ -2,10 +2,10 @@ import PackageDescription // Version is technically not required here, SPM doesn't check -let version = "2.0.0-beta.6" +let version = "2.0.0-rc.1" // Tag is required to point towards the right asset. SPM requires the tag to follow semantic versioning to be able to resolve it. -let tag = "2.0.0-beta.6" -let checksum = "f79e88c1633786c9c3e37acb6aebb7e81481537b864db52145e7deecabf3cd80" +let tag = "2.0.0-rc.1" +let checksum = "437cdec8be612996d8072d2b03cf5c60d4d79335d8511c73b49e3c8a9a59618e" let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/Sparkle-for-Swift-Package-Manager.zip" let package = Package( diff --git a/Sparkle.podspec b/Sparkle.podspec index f71458d4e2..6c5d0ef309 100644 --- a/Sparkle.podspec +++ b/Sparkle.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sparkle" - s.version = "2.0.0-beta.6" + s.version = "2.0.0-rc.1" s.summary = "A software update framework for macOS" s.description = "Sparkle is an easy-to-use software update framework for macOS." s.homepage = "https://sparkle-project.org"