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 commonVersion = "24.11.0-daily-2025-02-19-08-39"
let commonChecksum = "3588439cab63e0ddeca33bd59c85c5972ed754ba651c3df5fb8af36688ee5e8b"
let commonVersion = "24.11.0-daily-2025-02-20-04-26"
let commonChecksum = "9b8b806a5547ddb558f7fbc8b7f739fab5cba95b12691367a5ffdc54b71d1614"

let turfVersion: Version = "4.0.0"

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.11.0-daily-2025-02-19-08-39
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.11.0-daily-2025-02-20-04-26
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.11.0-daily-2025-02-19-08-39'
pod 'MapboxCommon', '24.11.0-daily-2025-02-20-04-26'
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: [email protected]:mapbox/mapbox-common-ios.git
branch: release/v24.11.0-daily-2025-02-19-08-39
branch: release/v24.11.0-daily-2025-02-20-04-26
targets:
SPMTest:
type: application
Expand Down