Skip to content

Commit fb4ec98

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (137.0.20250228050328)
1 parent 6b61e67 commit fb4ec98

File tree

6 files changed

+3125
-7
lines changed

6 files changed

+3125
-7
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "8c8f4890a9ba24866e79582620a83185be02888766d18c2dd0319bda3364a844"
5-
let version = "137.0.20250226050341"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250226050341/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "fc5574d893ab61cc2177617d9c461c7613d9a6b60dac8e415a487f3108763643"
5+
let version = "137.0.20250228050328"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250228050328/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "ecfffb5e2b51206b3cea6c7a24ec25793f53e264159e52baa5c053c1a4c228f2"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250226050341/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "32ecff91ebf52846e238b70f5068571ba7ff7952e2a326f43372459fafc977cf"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.137.20250228050328/artifacts/public/build/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 26, hour: 5, minute: 22, second: 7))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 2, day: 28, hour: 5, minute: 29, second: 54))
2727
}
2828

2929
enum NimbusEvents {

swift-source/all/Generated/megazord_ios.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module MozillaRustComponents {
1010
header "pushFFI.h"
1111
header "remote_settingsFFI.h"
1212
header "rustlogforwarderFFI.h"
13+
header "searchFFI.h"
1314
header "suggestFFI.h"
1415
header "sync15FFI.h"
1516
header "syncmanagerFFI.h"

0 commit comments

Comments
 (0)