Skip to content

Commit aea7d4f

Browse files
author
Release SDK bot for GL-Native Core team
committed
Update SPM and CocoaPods configs for 11.8.0-daily-2024-10-06-04-25 release
1 parent 064ad36 commit aea7d4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MapboxCoreMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '11.8.0-daily-2024-10-04-09-21'
3+
version = '11.8.0-daily-2024-10-06-04-25'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "11.8.0-daily-2024-10-04-09-21"
8-
let checksum = "2bde73607d5d5e9b54fb60e8ff13d7c0d97265bfb36c84e005083167c7a9a426"
7+
let version = "11.8.0-daily-2024-10-06-04-25"
8+
let checksum = "e738747528187ebfa9d039070ede1b33cdedadb0ca1c00dfdb048071749eb239"
99

1010
let package = Package(
1111
name: "MapboxCoreMaps",
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["MapboxCoreMapsWrapper"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0-daily-2024-10-04-09-21"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0-daily-2024-10-06-04-25"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)