Skip to content

Commit

Permalink
Merge pull request #177 from mapbox/11.6.0-rc.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.6.0-rc.1 release
  • Loading branch information
pozdnyakov authored Jul 31, 2024
2 parents cf7e79b + fa3dd84 commit 2712f17
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.5.3'
version = '11.6.0-rc.1'

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.5'
m.dependency 'MapboxCommon', '~> 24.6.0-rc'

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.5.3"
let checksum = "abfa639ddb6c30fe2f259ac961ebed8c427c94bdead8345cfd78923269768ba5"
let version = "11.6.0-rc.1"
let checksum = "8494a520ccf4dacd7c65be292164669cf4d8cf5c6164b9eef58ba1dd7190a13d"

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

0 comments on commit 2712f17

Please sign in to comment.