Skip to content

Commit

Permalink
Merge pull request #18 from mapbox/maps-v10.0.0-beta.17
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for maps-v10.0.0-beta.17 release
  • Loading branch information
galinelle authored Mar 16, 2021
2 parents bcc62bf + 1aa9690 commit 4c3d0fb
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.0.0-beta.16'
version = '10.0.0-beta.17'

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', '10.0.0-beta.12'
m.dependency 'MapboxCommon', '10.0.2'

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.0.0-beta.16"
let checksum = "c325158860ca95b2017c030906c6429718d519b7049f1e9415fd1b956bc396df"
let version = "10.0.0-beta.17"
let checksum = "7eb272d33b64c39338b6c7f3cb5ea9c4b30415e20025234b70f126af1e3f53c6"

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", .exact("10.0.0-beta.12")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("10.0.2")),
],
targets: [
.target(
Expand Down

0 comments on commit 4c3d0fb

Please sign in to comment.