Skip to content

Commit 1de6c57

Browse files
authored
Merge pull request #133 from mapbox/11.0.0-rc.1
Update SPM and CocoaPods configs for 11.0.0-rc.1 release
2 parents 23f5ead + 98b04c7 commit 1de6c57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MapboxCoreMaps.podspec

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

3-
version = '11.0.0-beta.7'
3+
version = '11.0.0-rc.1'
44

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

2323
m.vendored_frameworks = 'MapboxCoreMaps.xcframework'
2424

25-
m.dependency 'MapboxCommon', '~> 24.0.0-beta'
25+
m.dependency 'MapboxCommon', '~> 24.0.0-rc'
2626

2727
end

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "11.0.0-beta.7"
8-
let checksum = "f4d65d3c81d3a93744158dd6453ef36b2a414eadf90fbb94a08ffe9192b19001"
7+
let version = "11.0.0-rc.1"
8+
let checksum = "38937e85667c090c486cae76f20ee37c16435fb21d2f0af1c54079f55e26ca5c"
99

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

0 commit comments

Comments
 (0)