Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy authored Apr 9, 2024
2 parents 56d646b + fe53731 commit 3638d28
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.3.0-rc.1'
version = '11.3.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.3.0-rc'
m.dependency 'MapboxCommon', '~> 24.3'

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.3.0-rc.1"
let checksum = "0b648fe13abacd30bc88cbb8be0bb5b16b83e8c9371e97e4c89f5bd3a47c29bd"
let version = "11.3.0"
let checksum = "6467851dbf71188e1d7d19a39c3c586b912527f992a6e3ebffe3adda3287b026"

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

0 comments on commit 3638d28

Please sign in to comment.