Skip to content

Commit 1b7e333

Browse files
skhamisFirefox Sync Engineering
andauthored
Nightly auto-update (137.0.0) (#154)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent fb4ec98 commit 1b7e333

File tree

6 files changed

+1040
-7
lines changed

6 files changed

+1040
-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 = "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"
4+
let checksum = "9937649644615b5f755ddcfd1cd7b3932488a11b2b84e3c3764e37899edcd64d"
5+
let version = "137.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/137.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
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"
9+
let focusChecksum = "960b7bc0455f4b96b35d47d1f4a1f5407f55b4d4f8e880d326847b455055f78c"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/137.0/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: 28, hour: 5, minute: 29, second: 54))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 3, day: 3, hour: 22, minute: 40, second: 8))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)