Skip to content
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
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 version = "24.5.0"
let checksum = "81a9afc0690c783b6f7037ecd1cb925bc51f3d4fee5269e21b8a5619d2fcecb7"
let version = "24.5.1"
let checksum = "b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5"

let package = Package(
name: "MapboxCommon",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ machine api.mapbox.com
###### Using SPM Package 📱🖥💻

```swift
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.0"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"),
```

##### CocoaPods 📱🖥💻

```ruby
pod 'MapboxCommon', '24.5.0'
pod 'MapboxCommon', '24.5.1'
```

##### Carthage 📱
Expand Down
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.5.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1
2 changes: 2 additions & 0 deletions Tests/Integration/CocoaPods/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'
gem 'cocoapods'
# activesupport-7.1.0 causes the following error: https://app.circleci.com/pipelines/github/mapbox/mapbox-common-ios/698/workflows/41765281-efa2-44f7-ae02-dfeb308224f4/jobs/1891
gem 'activesupport', '7.0.8'
# required if we don't want to bump rails a major, due to error "uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger"
gem 'concurrent-ruby', '1.3.4'
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, '11.0'

target 'PodInstall' do
pod 'MapboxCommon', '24.5.0'
pod 'MapboxCommon', '24.5.1'
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.0.0-rc.2
branch: release-v24.5.1
targets:
SPMTest:
type: application
Expand Down