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 11Pod ::Spec . new do |m |
22
3- version = '11.9.0-rc.1 '
3+ version = '11.9.0'
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.9.0-rc '
26+ m . dependency 'MapboxCommon' , '~> 24.9'
2727
2828end
Original file line number Diff line number Diff line change 44import PackageDescription
55import Foundation
66
7- let version = " 11.9.0-rc.1 "
8- let checksum = " 535c6e7c6d69a85b5e650b5d79bbfc87cb7f0b225966e9b03d0e48bcef9fa0de "
7+ let version = " 11.9.0 "
8+ let checksum = " 2ee449c1358c1639e7d888628d0f13f99bd3cbf102ff6ae69a6d9a71bad283e6 "
99
1010let 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.9.0-rc.1 " ) ,
19+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: " 24.9.0 " ) ,
2020 ] ,
2121 targets: [
2222 . target(
You can’t perform that action at this time.
0 commit comments