Skip to content

Commit 121b18a

Browse files
authored
Feature/release 11.5.5 (#2502)
1 parent 6147aee commit 121b18a

File tree

12 files changed

+80
-66
lines changed

12 files changed

+80
-66
lines changed

.fastlane/Matchfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ git_url("[email protected]:mapbox/apple-certificates.git")
22
type("development") # The default type, can be: appstore, adhoc, enterprise or development
33
app_identifier(["com.mapbox.examples", "mapbox.ExamplesUITests.xctrunner"])
44
template_name("CarPlay Navigation App (Distribution)")
5+
force_legacy_encryption(true)

Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 11.5.5 - 11 July, 2025
6+
7+
* Update Common to v24.5.2
8+
59
## 11.5.4 - 2 April, 2025
610

711
* Update Common to v24.5.1

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

3-
# Fastlane 2.220.0 introduced a new crypto algo for Match, which is not compatible with the pre-existed versions
4-
gem "fastlane", '= 2.219.0'
3+
gem "fastlane"
4+
gem "multi_json", "= 1.15.0" # Forced by CI
55

66
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
77
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 61 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,39 @@ GEM
2222
public_suffix (>= 2.0.2, < 7.0)
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
25-
aws-eventstream (1.3.0)
26-
aws-partitions (1.955.0)
27-
aws-sdk-core (3.201.1)
25+
aws-eventstream (1.4.0)
26+
aws-partitions (1.1126.0)
27+
aws-sdk-core (3.226.2)
2828
aws-eventstream (~> 1, >= 1.3.0)
29-
aws-partitions (~> 1, >= 1.651.0)
30-
aws-sigv4 (~> 1.8)
29+
aws-partitions (~> 1, >= 1.992.0)
30+
aws-sigv4 (~> 1.9)
31+
base64
3132
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.88.0)
33-
aws-sdk-core (~> 3, >= 3.201.0)
33+
logger
34+
aws-sdk-kms (1.106.0)
35+
aws-sdk-core (~> 3, >= 3.225.0)
3436
aws-sigv4 (~> 1.5)
35-
aws-sdk-s3 (1.156.0)
36-
aws-sdk-core (~> 3, >= 3.201.0)
37+
aws-sdk-s3 (1.192.0)
38+
aws-sdk-core (~> 3, >= 3.225.0)
3739
aws-sdk-kms (~> 1)
3840
aws-sigv4 (~> 1.5)
39-
aws-sigv4 (1.8.0)
41+
aws-sigv4 (1.12.1)
4042
aws-eventstream (~> 1, >= 1.0.2)
4143
babosa (1.0.4)
42-
base64 (0.2.0)
44+
base64 (0.3.0)
4345
claide (1.1.0)
4446
colored (1.2)
4547
colored2 (3.1.2)
4648
commander (4.6.0)
4749
highline (~> 2.0.0)
4850
declarative (0.0.20)
49-
digest-crc (0.6.5)
51+
digest-crc (0.7.0)
5052
rake (>= 12.0.0, < 14.0.0)
5153
domain_name (0.6.20240107)
5254
dotenv (2.8.1)
5355
emoji_regex (3.2.3)
54-
excon (0.111.0)
55-
faraday (1.10.3)
56+
excon (0.112.0)
57+
faraday (1.10.4)
5658
faraday-em_http (~> 1.0)
5759
faraday-em_synchrony (~> 1.0)
5860
faraday-excon (~> 1.1)
@@ -68,27 +70,27 @@ GEM
6870
faraday (>= 0.8.0)
6971
http-cookie (~> 1.0.0)
7072
faraday-em_http (1.0.0)
71-
faraday-em_synchrony (1.0.0)
73+
faraday-em_synchrony (1.0.1)
7274
faraday-excon (1.1.0)
7375
faraday-httpclient (1.0.1)
74-
faraday-multipart (1.0.4)
75-
multipart-post (~> 2)
76-
faraday-net_http (1.0.1)
76+
faraday-multipart (1.1.1)
77+
multipart-post (~> 2.0)
78+
faraday-net_http (1.0.2)
7779
faraday-net_http_persistent (1.2.0)
7880
faraday-patron (1.0.0)
7981
faraday-rack (1.0.0)
8082
faraday-retry (1.0.3)
81-
faraday_middleware (1.2.0)
83+
faraday_middleware (1.2.1)
8284
faraday (~> 1.0)
83-
fastimage (2.3.1)
84-
fastlane (2.219.0)
85+
fastimage (2.4.0)
86+
fastlane (2.228.0)
8587
CFPropertyList (>= 2.3, < 4.0.0)
8688
addressable (>= 2.8, < 3.0.0)
8789
artifactory (~> 3.0)
8890
aws-sdk-s3 (~> 1.0)
8991
babosa (>= 1.0.3, < 2.0.0)
9092
bundler (>= 1.12.0, < 3.0.0)
91-
colored
93+
colored (~> 1.2)
9294
commander (~> 4.6)
9395
dotenv (>= 2.1.1, < 3.0.0)
9496
emoji_regex (>= 0.1, < 4.0)
@@ -97,6 +99,7 @@ GEM
9799
faraday-cookie_jar (~> 0.0.6)
98100
faraday_middleware (~> 1.0)
99101
fastimage (>= 2.1.0, < 3.0.0)
102+
fastlane-sirp (>= 1.0.0)
100103
gh_inspector (>= 1.1.2, < 2.0.0)
101104
google-apis-androidpublisher_v3 (~> 0.3)
102105
google-apis-playcustomapp_v1 (~> 0.1)
@@ -109,19 +112,21 @@ GEM
109112
mini_magick (>= 4.9.4, < 5.0.0)
110113
multipart-post (>= 2.0.0, < 3.0.0)
111114
naturally (~> 2.2)
112-
optparse (>= 0.1.1)
115+
optparse (>= 0.1.1, < 1.0.0)
113116
plist (>= 3.1.0, < 4.0.0)
114117
rubyzip (>= 2.0.0, < 3.0.0)
115-
security (= 0.1.3)
118+
security (= 0.1.5)
116119
simctl (~> 1.6.3)
117120
terminal-notifier (>= 2.0.0, < 3.0.0)
118121
terminal-table (~> 3)
119122
tty-screen (>= 0.6.3, < 1.0.0)
120123
tty-spinner (>= 0.8.0, < 1.0.0)
121124
word_wrap (~> 1.0.0)
122125
xcodeproj (>= 1.13.0, < 2.0.0)
123-
xcpretty (~> 0.3.0)
124-
xcpretty-travis-formatter (>= 0.0.3)
126+
xcpretty (~> 0.4.1)
127+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
128+
fastlane-sirp (1.0.0)
129+
sysrandom (~> 1.0)
125130
gh_inspector (1.1.3)
126131
google-apis-androidpublisher_v3 (0.54.0)
127132
google-apis-core (>= 0.11.0, < 2.a)
@@ -139,12 +144,12 @@ GEM
139144
google-apis-core (>= 0.11.0, < 2.a)
140145
google-apis-storage_v1 (0.31.0)
141146
google-apis-core (>= 0.11.0, < 2.a)
142-
google-cloud-core (1.7.0)
147+
google-cloud-core (1.8.0)
143148
google-cloud-env (>= 1.0, < 3.a)
144149
google-cloud-errors (~> 1.0)
145150
google-cloud-env (1.6.0)
146151
faraday (>= 0.17.3, < 3.0)
147-
google-cloud-errors (1.4.0)
152+
google-cloud-errors (1.5.0)
148153
google-cloud-storage (1.47.0)
149154
addressable (~> 2.8)
150155
digest-crc (~> 0.4)
@@ -160,45 +165,47 @@ GEM
160165
os (>= 0.9, < 2.0)
161166
signet (>= 0.16, < 2.a)
162167
highline (2.0.3)
163-
http-cookie (1.0.6)
168+
http-cookie (1.0.8)
164169
domain_name (~> 0.5)
165-
httpclient (2.8.3)
170+
httpclient (2.9.0)
171+
mutex_m
166172
jmespath (1.6.2)
167-
json (2.7.2)
168-
jwt (2.8.2)
173+
json (2.12.2)
174+
jwt (2.10.2)
169175
base64
176+
logger (1.7.0)
170177
mini_magick (4.13.2)
171178
mini_mime (1.1.5)
172179
multi_json (1.15.0)
173180
multipart-post (2.4.1)
174-
nanaimo (0.3.0)
175-
naturally (2.2.1)
181+
mutex_m (0.3.0)
182+
nanaimo (0.4.0)
183+
naturally (2.3.0)
176184
nkf (0.2.0)
177-
optparse (0.5.0)
185+
optparse (0.6.0)
178186
os (1.1.4)
179-
plist (3.7.1)
180-
public_suffix (6.0.0)
181-
rake (13.2.1)
187+
plist (3.7.2)
188+
public_suffix (6.0.2)
189+
rake (13.3.0)
182190
representable (3.2.0)
183191
declarative (< 0.1.0)
184192
trailblazer-option (>= 0.1.1, < 0.2.0)
185193
uber (< 0.2.0)
186194
retriable (3.1.2)
187-
rexml (3.2.9)
188-
strscan
189-
rouge (2.0.7)
195+
rexml (3.4.1)
196+
rouge (3.28.0)
190197
ruby2_keywords (0.0.5)
191-
rubyzip (2.3.2)
192-
security (0.1.3)
193-
signet (0.19.0)
198+
rubyzip (2.4.1)
199+
security (0.1.5)
200+
signet (0.20.0)
194201
addressable (~> 2.8)
195202
faraday (>= 0.17.5, < 3.a)
196203
jwt (>= 1.5, < 3.0)
197204
multi_json (~> 1.10)
198205
simctl (1.6.10)
199206
CFPropertyList
200207
naturally
201-
strscan (3.1.0)
208+
sysrandom (1.0.5)
202209
terminal-notifier (2.0.0)
203210
terminal-table (3.0.2)
204211
unicode-display_width (>= 1.1.1, < 3)
@@ -208,28 +215,30 @@ GEM
208215
tty-spinner (0.9.3)
209216
tty-cursor (~> 0.7)
210217
uber (0.1.0)
211-
unicode-display_width (2.5.0)
218+
unicode-display_width (2.6.0)
212219
word_wrap (1.0.0)
213-
xcodeproj (1.24.0)
220+
xcodeproj (1.27.0)
214221
CFPropertyList (>= 2.3.3, < 4.0)
215222
atomos (~> 0.1.3)
216223
claide (>= 1.0.2, < 2.0)
217224
colored2 (~> 3.1)
218-
nanaimo (~> 0.3.0)
219-
rexml (~> 3.2.4)
220-
xcpretty (0.3.0)
221-
rouge (~> 2.0.7)
225+
nanaimo (~> 0.4.0)
226+
rexml (>= 3.3.6, < 4.0)
227+
xcpretty (0.4.1)
228+
rouge (~> 3.28.0)
222229
xcpretty-travis-formatter (1.0.1)
223230
xcpretty (~> 0.2, >= 0.0.7)
224231

225232
PLATFORMS
226233
arm64-darwin-21
227234
arm64-darwin-22
228235
arm64-darwin-23
236+
arm64-darwin-24
229237

230238
DEPENDENCIES
231-
fastlane (= 2.219.0)
239+
fastlane
232240
fastlane-plugin-firebase_test_lab!
241+
multi_json (= 1.15.0)
233242

234243
BUNDLED WITH
235244
2.5.4

LICENSE.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

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

3-
maps_version = '11.5.4'
3+
maps_version = '11.5.5'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version
@@ -22,7 +22,7 @@ Pod::Spec.new do |m|
2222
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2323

2424
m.dependency 'MapboxCoreMaps', '11.5.3'
25-
m.dependency 'MapboxCommon', '24.5.1'
25+
m.dependency 'MapboxCommon', '24.5.2'
2626
m.dependency 'Turf', '2.8.0'
2727

2828
end

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
import Foundation
66

77
let coreMaps = MapsDependency.coreMaps(version: "11.5.3")
8-
let common = MapsDependency.common(version: "24.5.1")
8+
let common = MapsDependency.common(version: "24.5.2")
99

1010
let mapboxMapsPath: String? = nil
1111

Sources/MapboxMaps/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>11.5.4</string>
18+
<string>11.5.5</string>
1919
<key>CFBundleVersion</key>
20-
<string>132</string>
20+
<string>133</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)