Skip to content

Commit 34d3010

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (136.0.20250116050343)
1 parent c4465a8 commit 34d3010

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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 = "8687704e23a83dca22623c24d5e09900a2efd428ebae044949c606e38b141ca3"
5-
let version = "136.0.20250115050329"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250115050329/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "9b7b6f1db78b9530eb04b4629abb26211a3a9ffeb1e48cf688fcaa61ba99d1b1"
5+
let version = "136.0.20250116050343"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250116050343/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "9379fe5b03903ff0f66dec722e5d901f8a426a7d70ef598e201062c3a188aa99"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250115050329/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "f15b67263ef21e1fde2a7b30bb5502c35a6d494dd43c24a9f650b289fa84af40"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250116050343/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: 1, day: 15, hour: 5, minute: 18, second: 44))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 16, hour: 5, minute: 12, second: 44))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/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: 1, day: 15, hour: 5, minute: 18, second: 47))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 16, hour: 5, minute: 12, second: 46))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)