Skip to content

Commit

Permalink
Revert "Merge pull request #160 from mapbox/11.3.2"
Browse files Browse the repository at this point in the history
This reverts commit 7c88d48, reversing
changes made to 40da10b.
  • Loading branch information
pjleonard37 committed Apr 26, 2024
1 parent 7c88d48 commit ecd9406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 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.3.2'
version = '11.4.0-beta.1'

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

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 24.3'
m.dependency 'MapboxCommon', '~> 24.4.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.3.2"
let checksum = "49bc0701fde8e5f7f05c37cc7e6bd879fcb20c0650c2730a36e09923643dc433"
let version = "11.4.0-beta.1"
let checksum = "b4b271fc9b323cebd91caee33b02d1a4188480d0880984897f413dc2961777ef"

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

0 comments on commit ecd9406

Please sign in to comment.