Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.8.0-daily-2024-10-04-09-21 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 Oct 4, 2024
1 parent 1543442 commit 064ad36
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.8.0-daily-2024-10-04-04-26'
version = '11.8.0-daily-2024-10-04-09-21'

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.8.0-daily-2024-10-04-04-26"
let checksum = "99562410c90cbbf20dc084557cf9bbec5f82282c41127f3d5ccf77656b2f26e9"
let version = "11.8.0-daily-2024-10-04-09-21"
let checksum = "2bde73607d5d5e9b54fb60e8ff13d7c0d97265bfb36c84e005083167c7a9a426"

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

0 comments on commit 064ad36

Please sign in to comment.