File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |m |
2
2
3
- version = '11.11.0-beta.1 '
3
+ version = '11.11.0-rc.2 '
4
4
5
5
m . name = 'MapboxCoreMaps'
6
6
m . version = version
@@ -23,6 +23,6 @@ Pod::Spec.new do |m|
23
23
24
24
m . vendored_frameworks = 'MapboxCoreMaps.xcframework'
25
25
26
- m . dependency 'MapboxCommon' , '~> 24.11.0-beta '
26
+ m . dependency 'MapboxCommon' , '~> 24.11.0-rc '
27
27
28
28
end
Original file line number Diff line number Diff line change 4
4
import PackageDescription
5
5
import Foundation
6
6
7
- let version = " 11.11.0-beta.1 "
8
- let checksum = " 8f4cd9b072a9a898894a5902c927ef1c21fced9717196a9eac4eba105aff6422 "
7
+ let version = " 11.11.0-rc.2 "
8
+ let checksum = " 227c81ffea4e605f921f36bb2ddfc2a9ab0a6cd4dd532544df19db96964733dd "
9
9
10
10
let package = Package (
11
11
name: " MapboxCoreMaps " ,
@@ -16,7 +16,7 @@ let package = Package(
16
16
targets: [ " MapboxCoreMapsWrapper " ] ) ,
17
17
] ,
18
18
dependencies: [
19
- . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.11.0-beta.1 " ) ,
19
+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.11.0-rc.2 " ) ,
20
20
] ,
21
21
targets: [
22
22
. target(
You can’t perform that action at this time.
0 commit comments