From 480f648b20b87a3a55f30bb6d76d6dc7d8412ec4 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Tue, 17 Dec 2024 15:11:26 +0000 Subject: [PATCH] Release v24.9.0 --- LICENSE.md | 33 +++++++++++++++++++++++++++++ Package.swift | 4 ++-- README.md | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- Tests/Integration/SPM/project.yml | 2 +- 6 files changed, 40 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 87cad8d..cf83aa6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -483,6 +483,39 @@ without including the above copyright and permission notices. =========================================================================== +Mapbox Common SDK uses portions of googletest + +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +=========================================================================== + Mapbox Common SDK uses portions of gzip-hpp Copyright (c) 2017, Mapbox Inc. diff --git a/Package.swift b/Package.swift index 1b8116f..4e133fc 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.10.0-daily-2024-12-17-04-25" -let commonChecksum = "fd628f91c626e6dbcc416f66bcfa848b84d6720a65cecca41c980defde808aef" +let commonVersion = "24.9.0" +let commonChecksum = "c53a4d45da25ac8159b8cba5786feb4dd8ed425b99caa7dd087bbb845ca660e8" let turfVersion: Version = "4.0.0" diff --git a/README.md b/README.md index f182fdd..b6c2b80 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.8.0' +pod 'MapboxCommon', '24.9.0' ``` diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index e8e4154..114fc37 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.10.0-daily-2024-12-17-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 81292b6..300ded2 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.10.0-daily-2024-12-17-04-25' + pod 'MapboxCommon', '24.9.0' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 8fd2b2a..45ace61 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release/v24.10.0-daily-2024-12-17-04-25 + branch: release/v24.9.0 targets: SPMTest: type: application