Skip to content

Commit 1bfa673

Browse files
Release SDK bot for Core SDK teamMapboxCI
authored andcommitted
Release v24.9.1
1 parent af291f8 commit 1bfa673

File tree

6 files changed

+40
-7
lines changed

6 files changed

+40
-7
lines changed

β€ŽLICENSE.mdβ€Ž

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,39 @@ without including the above copyright and permission notices.
483483

484484
===========================================================================
485485

486+
Mapbox Common SDK uses portions of googletest
487+
488+
Copyright 2008, Google Inc.
489+
All rights reserved.
490+
491+
Redistribution and use in source and binary forms, with or without
492+
modification, are permitted provided that the following conditions are
493+
met:
494+
495+
* Redistributions of source code must retain the above copyright
496+
notice, this list of conditions and the following disclaimer.
497+
* Redistributions in binary form must reproduce the above
498+
copyright notice, this list of conditions and the following disclaimer
499+
in the documentation and/or other materials provided with the
500+
distribution.
501+
* Neither the name of Google Inc. nor the names of its
502+
contributors may be used to endorse or promote products derived from
503+
this software without specific prior written permission.
504+
505+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
506+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
507+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
508+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
509+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
510+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
511+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
512+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
513+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
514+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
515+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
516+
517+
===========================================================================
518+
486519
Mapbox Common SDK uses portions of gzip-hpp
487520

488521
Copyright (c) 2017, Mapbox Inc.

β€ŽPackage.swiftβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let commonVersion = "24.10.2"
8-
let commonChecksum = "c328590b955fdb6efe40c250f9aef82cb8910928b72211e1bacfa7291c5eac7b"
7+
let commonVersion = "24.9.1"
8+
let commonChecksum = "be9218d2f915fd5a2ef185ca2e65f15b0cd2078632e6d96cbcae3dcd8d6f6679"
99

1010
let turfVersion: Version = "4.0.0"
1111

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ machine api.mapbox.com
3838
###### Using SPM Package πŸ“±πŸ–₯πŸ’»
3939

4040
```swift
41-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.2"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.1"),
4242
```
4343

4444
##### CocoaPods πŸ“±πŸ–₯πŸ’»
4545

4646
```ruby
47-
pod 'MapboxCommon', '24.10.2'
47+
pod 'MapboxCommon', '24.9.1'
4848
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.10.2
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '12.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxCommon', '24.10.2'
4+
pod 'MapboxCommon', '24.9.1'
55
end

β€ŽTests/Integration/SPM/project.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ options:
44
packages:
55
MapboxCommon:
66
url: git@github.com:mapbox/mapbox-common-ios.git
7-
branch: release/v24.10.2
7+
branch: release/v24.9.1
88
targets:
99
SPMTest:
1010
type: application

0 commit comments

Comments
Β (0)