Skip to content

Commit

Permalink
Prepare 10.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Dec 11, 2024
1 parent 4385704 commit 0af0d49
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 20 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": "462930ede08570c1636601c5d5bdad35c6d96330",
"version": "23.11.0"
"revision": "ce35687685331b1690149637d25ddc47d88146de",
"version": "23.11.2"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "a46690fa9a8def6a5b77f380082bccdf63170a02",
"version": "10.19.1"
"revision": "95bb164a4ca016cb6fce3cdfb13c4902bf8b8c18",
"version": "10.19.2"
}
},
{
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Mapbox welcomes participation and contributions from everyone.

# 10.19.1 - December 11, 2024

* Update MapboxCoreMaps to 10.19.2
* Update MapboxCommon to 23.11.2

# 10.19.0 - September 24, 2024

* Remove bitcode from framework binaries across the stack
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 = '10.19.0'
maps_version = '10.19.1'

m.name = 'MapboxMaps'
m.version = maps_version
Expand All @@ -25,9 +25,9 @@ Pod::Spec.new do |m|
# TODO: remove after Cocoapods 1.12 is released
m.pod_target_xcconfig = { 'CODE_SIGNING_ALLOWED' => 'NO' }

m.dependency 'MapboxCoreMaps', '10.19.1'
m.dependency 'MapboxCoreMaps', '10.19.2'
m.dependency 'MapboxMobileEvents', '2.0.0'
m.dependency 'MapboxCommon', '23.11.0'
m.dependency 'MapboxCommon', '23.11.2'
m.dependency 'Turf', '2.8.0'

end
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": "462930ede08570c1636601c5d5bdad35c6d96330",
"version": "23.11.0"
"revision": "ce35687685331b1690149637d25ddc47d88146de",
"version": "23.11.2"
}
},
{
"package": "MapboxCoreMaps",
"repositoryURL": "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state": {
"branch": null,
"revision": "a46690fa9a8def6a5b77f380082bccdf63170a02",
"version": "10.19.1"
"revision": "95bb164a4ca016cb6fce3cdfb13c4902bf8b8c18",
"version": "10.19.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ let package = Package(
targets: ["MapboxMaps"]),
],
dependencies: [
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.19.1")),
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.19.2")),
// We keep MME dependency for compatibility reasons
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("2.0.0")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.11.0")),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("23.11.2")),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", .exact("2.8.0")),
.package(name: "CocoaImageHashing", url: "https://github.com/ameingast/cocoaimagehashing", .exact("1.9.0"))
],
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>10.19.0</string>
<string>10.19.1</string>
<key>CFBundleVersion</key>
<string>91</string>
<string>92</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" : "10.19.0"
"version" : "10.19.1"
}
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.19.1",
"MapboxCoreMaps": "10.19.2",
"MapboxMobileEvents": "v2.0.0",
"MapboxCommon": "23.11.0",
"MapboxCommon": "23.11.2",
"Turf": "v2.8.0"
}

0 comments on commit 0af0d49

Please sign in to comment.