Skip to content

Commit

Permalink
Merge pull request #146 from mapbox/11.2.0
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.2.0 release
  • Loading branch information
Nelarius authored Feb 28, 2024
2 parents cb02b9f + 8644be6 commit d0958ad
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.2.0-rc.1'
version = '11.2.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', '~> 24.2.0-rc'
m.dependency 'MapboxCommon', '~> 24.2'

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.2.0-rc.1"
let checksum = "9aee53cdd2ccca77bc4b2949e2814371da13136ee415cf75f945b2d91e879d62"
let version = "11.2.0"
let checksum = "666f7bad81e5e725a3e3cb4e6f67eb8d10f72c6c00e70c1533dd5a43e7786530"

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: "24.2.0-rc.2"),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.2.0"),
],
targets: [
.target(
Expand Down

0 comments on commit d0958ad

Please sign in to comment.