Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v24.9.0 #390

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
2 changes: 1 addition & 1 deletion Tests/Integration/Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Tests/Integration/CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Tests/Integration/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading