Skip to content

Commit

Permalink
Bump versions to 11.9.0-rc.1 (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy authored Dec 9, 2024
1 parent b7a7ce0 commit d1963a3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 15 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 @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "7e3b4bcbcd4eeda7e5225d869ffc8ea0c49a0dd4",
"version" : "24.9.0-beta.1"
"revision" : "7231fe68dd707a8109f6d46ee698ef666b18b64f",
"version" : "24.9.0-rc.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "fc06924987026de895a024804052366d0836df69",
"version" : "11.9.0-beta.1"
"revision" : "d815e2e13c08cce16bd9dba9349541578f5a34de",
"version" : "11.9.0-rc.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

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

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |m|
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }

m.dependency 'MapboxCoreMaps', '11.9.0-beta.1'
m.dependency 'MapboxCommon', '24.9.0-beta.1'
m.dependency 'MapboxCoreMaps', '11.9.0-rc.1'
m.dependency 'MapboxCommon', '24.9.0-rc.1'
m.dependency 'Turf', '4.0.0-beta.1'

end
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"pins" : [
{
"identity" : "mapbox-common-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-common-ios.git",
"state" : {
"revision" : "7231fe68dd707a8109f6d46ee698ef666b18b64f",
"version" : "24.9.0-rc.1"
}
},
{
"identity" : "mapbox-core-maps-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "d815e2e13c08cce16bd9dba9349541578f5a34de",
"version" : "11.9.0-rc.1"
}
},
{
"identity" : "turf-swift",
"kind" : "remoteSourceControl",
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.9.0-beta.1")
let coreMaps = MapsDependency.coreMaps(version: "11.9.0-rc.1")

let common = MapsDependency.common(version: "24.9.0-beta.1")
let common = MapsDependency.common(version: "24.9.0-rc.1")

let mapboxMapsPath: String? = nil

Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>11.9.0</string>
<key>CFBundleVersion</key>
<string>139</string>
<string>141</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "11.9.0-beta.1"
"version" : "11.9.0-rc.1"
}
4 changes: 2 additions & 2 deletions scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.9.0-beta.1",
"MapboxCommon": "24.9.0-beta.1",
"MapboxCoreMaps": "11.9.0-rc.1",
"MapboxCommon": "24.9.0-rc.1",
"Turf": "4.0.0-beta.1"
}

0 comments on commit d1963a3

Please sign in to comment.