Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.9.0-daily-2024-11-26-08-57 re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
Release SDK bot for GL-Native Core team committed Nov 26, 2024
1 parent d428ba3 commit 759877f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.9.0-daily-2024-11-26-04-25'
version = '11.9.0-daily-2024-11-26-08-57'

m.name = 'MapboxCoreMaps'
m.version = version
Expand Down
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.9.0-daily-2024-11-26-04-25"
let checksum = "566c41e5b92369a522544f2ea7f320844b29f6eca097c22ad753098e4551e5b7"
let version = "11.9.0-daily-2024-11-26-08-57"
let checksum = "bde0713a97143fabbd613c5e3cbc79e400e262dc992223146d233a6756d930d3"

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.9.0-daily-2024-11-26-04-25"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-daily-2024-11-26-08-57"),
],
targets: [
.target(
Expand Down

0 comments on commit 759877f

Please sign in to comment.