Skip to content

Commit 3f7bd5a

Browse files
author
Release SDK bot for GL-Native Core team
committed
Update SPM and CocoaPods configs for 11.9.0-daily-2024-10-10-04-26 release
1 parent e1c2b30 commit 3f7bd5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MapboxCoreMaps.podspec

Lines changed: 2 additions & 2 deletions
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-07-04-26'
3+
version = '11.9.0-daily-2024-10-10-04-26'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version
@@ -22,6 +22,6 @@ Pod::Spec.new do |m|
2222

2323
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2424

25-
m.dependency 'MapboxCommon', '~> 24.8'
25+
m.dependency 'MapboxCommon', '~> 24.9'
2626

2727
end

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-07-04-26"
8-
let checksum = "5e42e719cb037aee19ac7c7eb3833b946119a064c65fb1de7049b3c008c0fee7"
7+
let version = "11.9.0-daily-2024-10-10-04-26"
8+
let checksum = "4b07044ad04f9a4be4e1b2c936b821b4ad29b43c2284aa66969d340c51211d3a"
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-07-04-26"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-daily-2024-10-10-04-26"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)