Skip to content

Commit e3fc319

Browse files
pjleonard37Release SDK bot for Maps SDK team
andauthored
Update versions for 11.11.2 (#2503)
Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
1 parent 95ea972 commit e3fc319

File tree

14 files changed

+80
-63
lines changed

14 files changed

+80
-63
lines changed

.fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ platform :ios do
122122
build_app(
123123
scheme: "Examples",
124124
project: "Examples.xcodeproj",
125+
destination: "generic/platform=iOS",
125126
xcargs: "SWIFT_TREAT_WARNINGS_AS_ERRORS=NO COMPILER_INDEX_STORE_ENABLE=NO" # Disable to bypass Deprecated error on OfflineManager example
126127
)
127128
upload_to_testflight(

.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)

CHANGELOG.md

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

55
## main
66

7+
## 11.11.2 - 14 July, 2025
8+
9+
* Address the code sign issue `The signature of “MapboxCommon.xcframework” cannot be validated and may have been compromised`
10+
* Update CoreMaps to 11.11.5.
11+
* Update MapboxCommon to 24.11.5.
12+
713
## 11.11.1 - 26 April, 2025
814

915
* Update CoreMaps to 11.11.3.

Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

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+
# Requires `force_legacy_encryption` flag support
4+
gem "fastlane", ">= 2.223.0"
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: 50 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,33 @@ 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.1023.0)
27-
aws-sdk-core (3.214.0)
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)
2929
aws-partitions (~> 1, >= 1.992.0)
3030
aws-sigv4 (~> 1.9)
31+
base64
3132
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.96.0)
33-
aws-sdk-core (~> 3, >= 3.210.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.176.1)
36-
aws-sdk-core (~> 3, >= 3.210.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.10.1)
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)
@@ -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-multipart (1.1.1)
77+
multipart-post (~> 2.0)
7678
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)
8183
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.1)
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)
@@ -162,41 +167,45 @@ GEM
162167
highline (2.0.3)
163168
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.9.0)
168-
jwt (2.9.3)
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)
172-
multi_json (1.15.0)
179+
multi_json (1.16.0)
173180
multipart-post (2.4.1)
181+
mutex_m (0.3.0)
174182
nanaimo (0.4.0)
175-
naturally (2.2.1)
183+
naturally (2.3.0)
176184
nkf (0.2.0)
177185
optparse (0.6.0)
178186
os (1.1.4)
179-
plist (3.7.1)
180-
public_suffix (6.0.1)
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.4.0)
188-
rouge (2.0.7)
195+
rexml (3.4.1)
196+
rouge (3.28.0)
189197
ruby2_keywords (0.0.5)
190-
rubyzip (2.3.2)
191-
security (0.1.3)
192-
signet (0.19.0)
198+
rubyzip (2.4.1)
199+
security (0.1.5)
200+
signet (0.20.0)
193201
addressable (~> 2.8)
194202
faraday (>= 0.17.5, < 3.a)
195203
jwt (>= 1.5, < 3.0)
196204
multi_json (~> 1.10)
197205
simctl (1.6.10)
198206
CFPropertyList
199207
naturally
208+
sysrandom (1.0.5)
200209
terminal-notifier (2.0.0)
201210
terminal-table (3.0.2)
202211
unicode-display_width (>= 1.1.1, < 3)
@@ -215,19 +224,18 @@ GEM
215224
colored2 (~> 3.1)
216225
nanaimo (~> 0.4.0)
217226
rexml (>= 3.3.6, < 4.0)
218-
xcpretty (0.3.0)
219-
rouge (~> 2.0.7)
227+
xcpretty (0.4.1)
228+
rouge (~> 3.28.0)
220229
xcpretty-travis-formatter (1.0.1)
221230
xcpretty (~> 0.2, >= 0.0.7)
222231

223232
PLATFORMS
224-
arm64-darwin-21
225-
arm64-darwin-22
226-
arm64-darwin-23
233+
arm64-darwin-24
234+
ruby
227235

228236
DEPENDENCIES
229-
fastlane (= 2.219.0)
237+
fastlane (>= 2.223.0)
230238
fastlane-plugin-firebase_test_lab!
231239

232240
BUNDLED WITH
233-
2.5.4
241+
2.6.9

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '11.11.1'
3+
maps_version = '11.11.2'
44

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

24-
m.dependency 'MapboxCoreMaps', '11.11.3'
25-
m.dependency 'MapboxCommon', '24.11.3'
24+
m.dependency 'MapboxCoreMaps', '11.11.5'
25+
m.dependency 'MapboxCommon', '24.11.5'
2626
m.dependency 'Turf', '4.0.0'
2727

2828
end

Package.resolved

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

Package.swift

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

7-
let coreMaps = MapsDependency.coreMaps(version: "11.11.3")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.11.5")
88

9-
let common = MapsDependency.common(version: "24.11.3")
9+
let common = MapsDependency.common(version: "24.11.5")
1010

1111
let mapboxMapsPath: String? = nil
1212

0 commit comments

Comments
 (0)