Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.10.0-daily-2024-11-29-04-25 r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
Release SDK bot for GL-Native Core team committed Nov 29, 2024
1 parent a894f43 commit c06beff
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.9.0-daily-2024-11-27-04-26'
version = '11.10.0-daily-2024-11-29-04-25'

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.9'
m.dependency 'MapboxCommon', '~> 24.10'

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.9.0-daily-2024-11-27-04-26"
let checksum = "0781344889e4019dfb6820eee5018c52f2c66e0902da921e2892b4f059a4ab59"
let version = "11.10.0-daily-2024-11-29-04-25"
let checksum = "807d7ab8297e02179956f466fafd04cf66e0f27989fb957fdc0bd14bf5a83036"

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.9.0-daily-2024-11-27-04-26"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.0-daily-2024-11-29-04-25"),
],
targets: [
.target(
Expand Down

0 comments on commit c06beff

Please sign in to comment.