Skip to content

Commit 5f46396

Browse files
Kylmakallepersidskiy
authored andcommitted
Prepare release v0.12-rc.1 (#3414)
Co-authored-by: Ivan Persidsky <[email protected]> GitOrigin-RevId: f75d611102a45d980314d65f0620cd10e0b14b35
1 parent c172f9a commit 5f46396

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
## 11.12.0-rc.1 - 23 April, 2025
8+
79
* Expose an experimental API to define a non-rectangular screen culling shape(`MapboxMap.screenCullingShape`).
810

911
## 11.12.0-beta.1 - 9 April, 2025

LICENSE.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |m|
22

33
m.name = 'MapboxMaps'
4-
m.version = '11.12.0-beta.1'
4+
m.version = '11.12.0-rc.1'
55

66
m.summary = 'Vector map solution for iOS with full styling capabilities.'
77
m.description = 'Metal-based vector map solution for iOS with full styling capabilities.'
@@ -19,8 +19,8 @@ Pod::Spec.new do |m|
1919
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2020
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/MapboxMaps/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2121

22-
m.dependency 'MapboxCoreMaps', '11.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8'
23-
m.dependency 'MapboxCommon', '24.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8'
22+
m.dependency 'MapboxCoreMaps', '11.12.0-rc.1'
23+
m.dependency 'MapboxCommon', '24.12.0-rc.1'
2424
m.dependency 'Turf', '4.0.0'
2525

2626
end

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let commonVersion: Version = "24.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8"
8-
let coreMapsVersion: Version = "11.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8"
7+
let commonVersion: Version = "24.12.0-rc.1"
8+
let coreMapsVersion: Version = "11.12.0-rc.1"
99
let turfVersion: Version = "4.0.0"
1010

1111
let mapboxMapsPath: String? = nil

Sources/MapboxMaps/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>11.12.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>157</string>
20+
<string>158</string>
2121
<key>MBXBundleVersion</key>
22-
<string>11.12.0-beta.1</string>
22+
<string>11.12.0-rc.1</string>
2323
</dict>
2424
</plist>

Sources/MapboxMaps/MapboxMaps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "11.12.0-beta.1"
2+
"version": "11.12.0-rc.1"
33
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8",
3-
"MapboxCommon": "24.13.0-SNAPSHOT-04-23--05-20.git-ad48dc8",
2+
"MapboxCoreMaps": "11.12.0-rc.1",
3+
"MapboxCommon": "24.12.0-rc.1",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)