Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot for GL-Native Core team authored and persidskiy committed Nov 5, 2024
1 parent 3aa9409 commit c8d6111
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.8.0-rc.1'
version = '11.8.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.8.0-rc'
m.dependency 'MapboxCommon', '~> 24.8'

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.8.0-rc.1"
let checksum = "3fe057eea8e3a2b80b1dd482a66d55d56550559e5cc67e08611829c2a219d607"
let version = "11.8.0"
let checksum = "da6acb48f0329cc956a8df6b4a571b6ca250e71e3b7b0c6dcced812732a0d969"

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

0 comments on commit c8d6111

Please sign in to comment.