From 2b7780982ad042085f1d4aace84ea04af0827fea Mon Sep 17 00:00:00 2001 From: Tatiana Ian Date: Wed, 26 Jun 2024 10:58:56 +0300 Subject: [PATCH] Release v24.6.0-alpha.1 --- Package.swift | 6 +++--- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index ab05027..87cb449 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.5.0-rc.1" -let checksum = "790418943b786e4519b451061e851fd5e30a7c1488272edc84200b1ad2ca16ad" +let version = "24.6.0-alpha.1" +let checksum = "744957b23be0250e7eb05f5864b7d967c52c9213c7d143d72ecf11128bf2fa07" let package = Package( name: "MapboxCommon", @@ -27,5 +27,5 @@ let package = Package( dependencies: ["MapboxCommon"] ) ], - cxxLanguageStandard: .cxx14 + cxxLanguageStandard: .cxx17 ) diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 6c59004..d392e2a 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0-rc.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.0-alpha.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index dbb4425..24caf76 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.5.0-rc.1' + pod 'MapboxCommon', '24.6.0-alpha.1' end