Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.11.0-daily-2025-02-24-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 Feb 24, 2025
1 parent 4721667 commit adaf543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.11.0-daily-2025-02-23-04-25'
version = '11.11.0-daily-2025-02-24-04-25'

m.name = 'MapboxCoreMaps'
m.version = version
Expand Down
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.11.0-daily-2025-02-23-04-25"
let checksum = "ee74cd4c73b9e5262dc4f99d1389fc77020d3032cec19d60def7c3cf5a143382"
let version = "11.11.0-daily-2025-02-24-04-25"
let checksum = "18b9afb9b56e3704528c060e2e1803b16891d691a8627f78579a1e5184b27569"

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.11.0-daily-2025-02-23-04-25"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.11.0-daily-2025-02-24-04-25"),
],
targets: [
.target(
Expand Down

0 comments on commit adaf543

Please sign in to comment.