Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 10.3.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot for GL-Native Core team committed Jan 21, 2022
1 parent 9955bce commit 67176e8
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.3.0-beta.1'
version = '10.3.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', '~> 21.1.0-beta'
m.dependency 'MapboxCommon', '~> 21.1.0-rc'

end
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription
import Foundation

let registry = SDKRegistry()
let version = "10.3.0-beta.1"
let checksum = "72dd4a8d60d6b128727bb17c48cd680c465dcd5fa017ab29c719e28478dc028e"
let version = "10.3.0-rc.1"
let checksum = "2970114377f320a713f4491691ec23455f938e5f256ab20775c77d146abc16b8"

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

0 comments on commit 67176e8

Please sign in to comment.