Skip to content

Commit

Permalink
Merge pull request #140 from mapbox/10.16.4
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 10.16.4 release
  • Loading branch information
persidskiy authored Jan 9, 2024
2 parents 8b3d2e9 + d6c0dd1 commit 798644d
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.1.0-rc.1'
version = '10.16.4'

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.1.0-rc'
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.1.0-rc.1"
let checksum = "461f6e43ac5c2bada14dc8553b40db774b3b78b75aa421de60e2b648b0a747e7"
let version = "10.16.4"
let checksum = "60667700974f044adf811b480a44c5d8a83abda840361b065ee7edabe144c714"

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

0 comments on commit 798644d

Please sign in to comment.