Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.9.0-daily-2024-11-01-04-26 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 1, 2024
1 parent 1a5b1ff commit 72e07ad
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-10-31-04-26'
version = '11.9.0-daily-2024-11-01-04-26'

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-10-31-04-26"
let checksum = "c69f5b933e01bef198343ceb220ab3a130af11b30a31b025f8ec9005973ea48e"
let version = "11.9.0-daily-2024-11-01-04-26"
let checksum = "c4212d420eed75e63682ffacd33547dbd71dc1b95839928f3a6df9681ff830be"

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

0 comments on commit 72e07ad

Please sign in to comment.