Skip to content

Commit a894f43

Browse files
author
Release SDK bot for GL-Native Core team
committed
Update SPM and CocoaPods configs for 11.9.0-daily-2024-11-27-04-26 release
1 parent 759877f commit a894f43

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.9.0-daily-2024-11-26-08-57'
3+
version = '11.9.0-daily-2024-11-27-04-26'
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.9.0-daily-2024-11-26-08-57"
8-
let checksum = "bde0713a97143fabbd613c5e3cbc79e400e262dc992223146d233a6756d930d3"
7+
let version = "11.9.0-daily-2024-11-27-04-26"
8+
let checksum = "0781344889e4019dfb6820eee5018c52f2c66e0902da921e2892b4f059a4ab59"
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.9.0-daily-2024-11-26-08-57"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-daily-2024-11-27-04-26"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)