Skip to content

Commit

Permalink
Update SPM and CocoaPods configs for 11.9.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot for GL-Native Core team committed Dec 5, 2024
1 parent fc06924 commit 29e3cd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '11.9.0-beta.1'
version = '11.9.0-rc.1'

m.name = 'MapboxCoreMaps'
m.version = version
Expand All @@ -17,12 +17,12 @@ Pod::Spec.new do |m|

m.platform = :ios
m.ios.deployment_target = '12.0'
m.swift_version = '5.7'
m.swift_version = '11.9.0-rc.1'

m.requires_arc = true

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 24.9.0-beta'
m.dependency 'MapboxCommon', '~> 24.9.0-rc'

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.9.0-beta.1"
let checksum = "6a83bf917dda5cbe08f9fa662f4ea5c56c0ece0aeae7fec9f94c3224ffc3ad52"
let version = "11.9.0-rc.1"
let checksum = "535c6e7c6d69a85b5e650b5d79bbfc87cb7f0b225966e9b03d0e48bcef9fa0de"

let package = Package(
name: "MapboxCoreMaps",
Expand All @@ -16,7 +16,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-beta.1"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-rc.1"),
],
targets: [
.target(
Expand Down

0 comments on commit 29e3cd6

Please sign in to comment.