Skip to content

Commit

Permalink
Merge pull request #218 from mapbox/11.10.0-beta.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.10.0-beta.1 release
  • Loading branch information
evil159 authored Jan 16, 2025
2 parents ff142b8 + 51384bf commit 4332ea9
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.1'
version = '11.10.0-beta.1'

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

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 24.9'
m.dependency 'MapboxCommon', '~> 24.10.0-beta'

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.1"
let checksum = "683aece406b8b794daf2628ef3b8aabf6ad9b7066dc0e08d609bfc4d638de881"
let version = "11.10.0-beta.1"
let checksum = "c08ef9a8fcb00e595a23364c395a23cd3015518dc4959b6cf46a5cdfd79b5bab"

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"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.0-beta.1"),
],
targets: [
.target(
Expand Down

0 comments on commit 4332ea9

Please sign in to comment.