Skip to content

Commit d1b8fe2

Browse files
author
Release SDK bot for GL-Native Core team
committed
Update SPM and CocoaPods configs for 11.8.0-daily-2024-09-29-04-25 release
1 parent b191fdd commit d1b8fe2

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.7.0'
3+
version = '11.8.0-daily-2024-09-29-04-25'
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.7'
25+
m.dependency 'MapboxCommon', '~> 24.8'
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.7.0"
8-
let checksum = "0f98a8b27f3ede3785f0f03c48b54efba9f850d1d88bfd9f9a556265b8bd3e1f"
7+
let version = "11.8.0-daily-2024-09-29-04-25"
8+
let checksum = "33ed50e357d40202ccd186b36e146e66b736be85f6496a6d6b453bdb1b06073d"
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.7.0"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.8.0-daily-2024-09-29-04-25"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)