Skip to content

Commit

Permalink
Merge pull request #130 from mapbox/10.16.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 10.16.1 release
  • Loading branch information
OdNairy authored Oct 3, 2023
2 parents 9308a03 + 1f1d9fd commit d9307e8
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.0.0-beta.5'
version = '10.16.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.0.0-beta'
m.dependency 'MapboxCommon', '~> 23.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.0.0-beta.5"
let checksum = "ccad8d5974e4a0766cf23a1e5c1d2974572bf12a4971195507fb77f59ec55673"
let version = "10.16.1"
let checksum = "760a89548bee58b0f79bc79e77ec6754436cf58a824ddecbab531823fdf9c668"

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

0 comments on commit d9307e8

Please sign in to comment.