Skip to content

Commit c023125

Browse files
Refactor [v142] Auto update SPM with latest rust-component 142.0.20250702050314 (#27712)
* Auto update SPM with latest rust-component release 142.0.20250702050314 * fix: pass isNewUtil to SearchEngineDefinition * fix: typo --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Issam Mani <[email protected]>
1 parent e8da533 commit c023125

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

firefox-ios/Client.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29152,7 +29152,7 @@
2915229152
repositoryURL = "https://github.com/mozilla/rust-components-swift.git";
2915329153
requirement = {
2915429154
kind = exactVersion;
29155-
version = 142.0.20250701050249;
29155+
version = 142.0.20250702050314;
2915629156
};
2915729157
};
2915829158
435C85EE2788F4D00072B526 /* XCRemoteSwiftPackageReference "glean-swift" */ = {

firefox-ios/Client.xcodeproj/project.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.

firefox-ios/firefox-ios-tests/Tests/ClientTests/RemoteSettings/ASSearchEngineUtilitiesTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class ASSearchEngineUtilitiesTests: XCTestCase {
1616
charset: "UTF-8",
1717
classification: .unknown,
1818
identifier: "leo_ende_de",
19+
isNewUntil: nil,
1920
name: "LEO Eng-Deu",
2021
optional: false,
2122
partnerCode: "",
@@ -40,6 +41,7 @@ class ASSearchEngineUtilitiesTests: XCTestCase {
4041
charset: "UTF-8",
4142
classification: .unknown,
4243
identifier: "leo_ende_de",
44+
isNewUntil: nil,
4345
name: "LEO Eng-Deu",
4446
optional: false,
4547
partnerCode: "",
@@ -69,6 +71,7 @@ class ASSearchEngineUtilitiesTests: XCTestCase {
6971
charset: "UTF-8",
7072
classification: .general,
7173
identifier: "google",
74+
isNewUntil: nil,
7275
name: "Google",
7376
optional: false,
7477
partnerCode: "firefox-b-1-m",

focus-ios/Blockzilla.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7277,7 +7277,7 @@
72777277
repositoryURL = "https://github.com/mozilla/rust-components-swift";
72787278
requirement = {
72797279
kind = exactVersion;
7280-
version = 142.0.20250701050249;
7280+
version = 142.0.20250702050314;
72817281
};
72827282
};
72837283
8A0E7F2C2BA0F0E0006BC6B6 /* XCRemoteSwiftPackageReference "Fuzi" */ = {

focus-ios/Blockzilla.xcodeproj/project.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.

0 commit comments

Comments
 (0)