Skip to content

Commit

Permalink
Merge pull request #106 from mapbox/10.13.0-beta.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 10.13.0-beta.1 release
  • Loading branch information
OdNairy authored Apr 5, 2023
2 parents 1ee90e7 + c731b46 commit 3fadce6
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.12.1'
version = '10.13.0-beta.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', '~> 23.4'
m.dependency 'MapboxCommon', '~> 23.5.0-beta'

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 = "10.12.1"
let checksum = "ba06ac925779d961e3136c4d832ba78bd42c006f5fbf149bf25fa47f537dfec2"
let version = "10.13.0-beta.1"
let checksum = "28a47fb6872d2f917e084c3c20cf47d332b108f8538c59919a1be1934bf4987d"

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

0 comments on commit 3fadce6

Please sign in to comment.