Skip to content

Commit

Permalink
Merge pull request #165 from mapbox/10.18.0
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 10.18.0 release
  • Loading branch information
maios authored May 22, 2024
2 parents 255a3d1 + ac1d881 commit 51f776b
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 = '10.17.0'
version = '10.18.0'

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', '~> 23.9'
m.dependency 'MapboxCommon', '~> 23.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 = "10.17.0"
let checksum = "7142ff3710bffea5ad79d31ee7e762ef30b8b1be5550d696fa7dc0d87d4f4683"
let version = "10.18.0"
let checksum = "2645d30b18f2da135412e377dc5d1edcf30fda6ec0c61d3e444cdd741729d200"

let package = Package(
name: "MapboxCoreMaps",
Expand All @@ -16,7 +16,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.9.2"),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.10.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 51f776b

Please sign in to comment.