Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.8.0-daily-2024-09-18-10-47 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 Sep 18, 2024
1 parent 73e462a commit 7cdba37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.7.0-rc.2'
version = '11.8.0-daily-2024-09-18-10-47'

m.name = 'MapboxCoreMaps'
m.version = version
Expand All @@ -22,6 +22,6 @@ Pod::Spec.new do |m|

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 24.7.0-rc'
m.dependency 'MapboxCommon', '~> 24.8'

end
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.7.0-rc.2"
let checksum = "14e384d91a6d3f5ee2e76111868a4ca4b48c583448f66c515cd0e918cacd5df8"
let version = "11.8.0-daily-2024-09-18-10-47"
let checksum = "cbae2094d74dc7f4754e46d4cc1e0bf9695df50c94079c5866463a464d0bcced"

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

0 comments on commit 7cdba37

Please sign in to comment.