Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.11.0-daily-2025-02-06-04-26 r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
Release SDK bot for GL-Native Core team committed Feb 6, 2025
1 parent 050e53d commit 4820438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.10.0-daily-2025-02-05-04-25'
version = '11.11.0-daily-2025-02-06-04-26'

m.name = 'MapboxCoreMaps'
m.version = version
Expand All @@ -22,6 +22,6 @@ Pod::Spec.new do |m|

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 24.10'
m.dependency 'MapboxCommon', '~> 24.11'

end
6 changes: 3 additions & 3 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 = "11.10.0-daily-2025-02-05-04-25"
let checksum = "8862bb2293e87b0c74209f5672cd2133f2211016f2091631f1bb8d7b4a4f4dd3"
let version = "11.11.0-daily-2025-02-06-04-26"
let checksum = "069a8ac1f024593b74772dd9583d82bbab3660869b5e6290fa350d5a08c48384"

let package = Package(
name: "MapboxCoreMaps",
Expand All @@ -16,7 +16,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.0-daily-2025-02-05-04-25"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.11.0-daily-2025-02-06-04-26"),
],
targets: [
.target(
Expand Down

0 comments on commit 4820438

Please sign in to comment.