Skip to content

Commit

Permalink
Fix Common SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 committed Sep 3, 2024
1 parent b46500a commit cbf4794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |m|

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 11.7.0-beta'
m.dependency 'MapboxCommon', '~> 24.7.0-beta'

end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "11.7.0-beta.2"),
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.7.0-beta.2"),
],
targets: [
.target(
Expand Down

0 comments on commit cbf4794

Please sign in to comment.