Skip to content

Commit

Permalink
Update CoreMaps to 10.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Jul 14, 2022
1 parent c2bc4d5 commit c6272a4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "6ef396057d185404359537926f1b0fcd083dac95",
"version": "22.1.0-beta.1"
"revision": "25794d3d3a0dab1763b7973ca217feb5e073806c",
"version": "22.1.0-rc.1"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "678b333c26b81b38ccd7b3998eb19d3fca13e7b3",
"version": "10.7.0-beta.1"
"revision": "6640d6d46a6ceee6b50c451f38975d66ff5ba291",
"version": "10.7.0-rc.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resources = ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json']

m.dependency 'MapboxCoreMaps', '10.7.0-beta.1'
m.dependency 'MapboxCommon', '22.1.0-beta.1'
m.dependency 'MapboxCoreMaps', '10.7.0-rc.1'
m.dependency 'MapboxCommon', '22.1.0-rc.1'
m.dependency 'MapboxMobileEvents', '1.0.8'
m.dependency 'Turf', '~> 2.0'

Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "6ef396057d185404359537926f1b0fcd083dac95",
"version": "22.1.0-beta.1"
"revision": "25794d3d3a0dab1763b7973ca217feb5e073806c",
"version": "22.1.0-rc.1"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "678b333c26b81b38ccd7b3998eb19d3fca13e7b3",
"version": "10.7.0-beta.1"
"revision": "6640d6d46a6ceee6b50c451f38975d66ff5ba291",
"version": "10.7.0-rc.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: ["MapboxMaps"]),
],
dependencies: [
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.7.0-beta.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("22.1.0-beta.1")),
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.7.0-rc.1")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("22.1.0-rc.1")),
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("1.0.8")),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", from: "2.0.0"),
.package(name: "CocoaImageHashing", url: "https://github.com/ameingast/cocoaimagehashing", .exact("1.9.0"))
Expand Down
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MapboxCoreMaps": "10.7.0-beta.1",
"MapboxCommon": "22.1.0-beta.1",
"MapboxCoreMaps": "10.7.0-rc.1",
"MapboxCommon": "22.1.0-rc.1",
"Turf": "v2.4.0",
"MapboxMobileEvents": "v1.0.8"
}

0 comments on commit c6272a4

Please sign in to comment.