From 692d783e92077d34af0a766b57cd4c85e341db61 Mon Sep 17 00:00:00 2001 From: Roman Gardukevich Date: Wed, 3 Jul 2024 17:24:31 +0300 Subject: [PATCH] [release/v11.5] Prepare 11.5.0 release (#2209) --- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- CHANGELOG.md | 2 +- LICENSE.md | 4 ++-- MapboxMaps.podspec | 6 +++--- Package.resolved | 8 ++++---- Package.swift | 4 ++-- .../Documentation.docc/API Catalogs/CoreMapsInternal.md | 4 ++++ Sources/MapboxMaps/Info.plist | 2 +- Sources/MapboxMaps/MapboxMaps.json | 2 +- scripts/release/packager/versions.json | 4 ++-- 10 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved index 60d3911cf5e4..2099eaabb3b3 100644 --- a/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "8e3259433704add95894a3e7823f5658a17bd43b", - "version" : "24.5.0-rc.1" + "revision" : "add54e4b7d4cfe1e12600d73af6d38a536b37085", + "version" : "24.5.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "20d05d13d66371c46d486ce6d79d0e463df20fb9", - "version" : "11.5.0-rc.1" + "revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308", + "version" : "11.5.0" } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf0ed55235d..dfe1ba4ecf84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Mapbox welcomes participation and contributions from everyone. -## 11.5.0 +## 11.5.0 - 3 July, 2024 * Use new `LineJoin.none` in conjunction with an image as a `linePattern` value to display repeated series of images along a line(e.g. dotted route line). diff --git a/LICENSE.md b/LICENSE.md index ed945eb40676..286ce5c31ab9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## License -Mapbox Maps for iOS version 11.5.0-rc.1 +Mapbox Maps for iOS version 11.5.0 Mapbox Maps iOS SDK Copyright © 2021 - 2024 Mapbox, Inc. All rights reserved. @@ -31,7 +31,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- -### MapboxCoreMaps,11.5.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.5.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index 4a2728a8f6b3..78b06434f875 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - maps_version = '11.5.0-rc.1' + maps_version = '11.5.0' m.name = 'MapboxMaps' m.version = maps_version @@ -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.5.0-rc.1' - m.dependency 'MapboxCommon', '24.5.0-rc.1' + m.dependency 'MapboxCoreMaps', '11.5.0' + m.dependency 'MapboxCommon', '24.5.0' m.dependency 'Turf', '2.8.0' end diff --git a/Package.resolved b/Package.resolved index dae8c0a2fc11..f19d528a18a6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-common-ios.git", "state" : { - "revision" : "8e3259433704add95894a3e7823f5658a17bd43b", - "version" : "24.5.0-rc.1" + "revision" : "add54e4b7d4cfe1e12600d73af6d38a536b37085", + "version" : "24.5.0" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mapbox/mapbox-core-maps-ios.git", "state" : { - "revision" : "20d05d13d66371c46d486ce6d79d0e463df20fb9", - "version" : "11.5.0-rc.1" + "revision" : "5d5d126c7a0f743b05c8889437e788fdd2356308", + "version" : "11.5.0" } }, { diff --git a/Package.swift b/Package.swift index 510a8348e025..1f96bbdcf793 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let coreMaps = MapsDependency.coreMaps(version: "11.5.0-rc.1") -let common = MapsDependency.common(version: "24.5.0-rc.1") +let coreMaps = MapsDependency.coreMaps(version: "11.5.0") +let common = MapsDependency.common(version: "24.5.0") let mapboxMapsPath: String? = nil diff --git a/Sources/MapboxMaps/Documentation.docc/API Catalogs/CoreMapsInternal.md b/Sources/MapboxMaps/Documentation.docc/API Catalogs/CoreMapsInternal.md index fa1706b58b00..e7be3ab74e7b 100644 --- a/Sources/MapboxMaps/Documentation.docc/API Catalogs/CoreMapsInternal.md +++ b/Sources/MapboxMaps/Documentation.docc/API Catalogs/CoreMapsInternal.md @@ -18,6 +18,7 @@ Maps rendering SDK also known as GL-Native. These are for internal use only. - ``MBMSourceDataLoadedTypeToString(_:)`` - ``MBMStyleDataLoadedTypeToString(_:)`` - ``MBMTileStoreUsageModeToString(_:)`` +- ``MBXTileStoreAmbientCacheTypeToString(_:)`` - ``CameraChangedCallback`` @@ -36,3 +37,6 @@ Maps rendering SDK also known as GL-Native. These are for internal use only. - ``StyleImageRemoveUnusedCallback`` - ``StyleLoadedCallback`` - ``TransitionOptions-class`` + + +- ``TileStoreAmbientCacheType`` diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist index 3d482b3429d2..6f1033cbf8b3 100644 --- a/Sources/MapboxMaps/Info.plist +++ b/Sources/MapboxMaps/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 11.5.0 CFBundleVersion - 127 + 128 diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json index e8186c09c8d4..2ff6f8ac01ac 100644 --- a/Sources/MapboxMaps/MapboxMaps.json +++ b/Sources/MapboxMaps/MapboxMaps.json @@ -1,3 +1,3 @@ { - "version" : "11.5.0-rc.1" + "version" : "11.5.0" } diff --git a/scripts/release/packager/versions.json b/scripts/release/packager/versions.json index a82a9453bab0..2bce8c052249 100644 --- a/scripts/release/packager/versions.json +++ b/scripts/release/packager/versions.json @@ -1,5 +1,5 @@ { - "MapboxCoreMaps": "11.5.0-rc.1", - "MapboxCommon": "24.5.0-rc.1", + "MapboxCoreMaps": "11.5.0", + "MapboxCommon": "24.5.0", "Turf": "2.8.0" }