Skip to content

Commit 7b82f34

Browse files
authored
Merge pull request #229 from mapbox/11.10.3
Update SPM and CocoaPods configs for 11.10.3 release
2 parents ced4f32 + 52b74cd commit 7b82f34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MapboxCoreMaps.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '11.11.0-rc.2'
3+
version = '11.10.3'
44

55
m.name = 'MapboxCoreMaps'
66
m.version = version
@@ -23,6 +23,6 @@ Pod::Spec.new do |m|
2323

2424
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2525

26-
m.dependency 'MapboxCommon', '~> 24.11.0-rc'
26+
m.dependency 'MapboxCommon', '~> 24.10'
2727

2828
end

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "11.11.0-rc.2"
8-
let checksum = "227c81ffea4e605f921f36bb2ddfc2a9ab0a6cd4dd532544df19db96964733dd"
7+
let version = "11.10.3"
8+
let checksum = "49b51ab943de1fb8a424d754474f89823eefe2dd0d16ed12217918805e73d4fe"
99

1010
let package = Package(
1111
name: "MapboxCoreMaps",
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["MapboxCoreMapsWrapper"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.11.0-rc.2"),
19+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.1"),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)