Skip to content

Commit

Permalink
Merge pull request #213 from mapbox/11.9.0-beta.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 11.9.0-beta.1 release
  • Loading branch information
evil159 authored Nov 25, 2024
2 parents c8d6111 + 8e4f32a commit fc06924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

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

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

m.platform = :ios
m.ios.deployment_target = '12.0'
m.swift_version = '5.7'

m.requires_arc = true

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

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

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.8.0"
let checksum = "da6acb48f0329cc956a8df6b4a571b6ca250e71e3b7b0c6dcced812732a0d969"
let version = "11.9.0-beta.1"
let checksum = "6a83bf917dda5cbe08f9fa662f4ea5c56c0ece0aeae7fec9f94c3224ffc3ad52"

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.8.0"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.9.0-beta.1"),
],
targets: [
.target(
Expand Down

0 comments on commit fc06924

Please sign in to comment.