Skip to content

Commit 5769c43

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (126.0.20240323050255)
1 parent dfc01f4 commit 5769c43

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 = "8388ac139c3e350cda6eb9e87f9534bf7f7c9e55b6dad7bf95f7a758b7d786b5"
5-
let version = "126.0.20240322050351"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240322050351/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "40a7b5b1c35233d9d464e179f50d71150437a8a52a9f612f1a0a41afd963b831"
5+
let version = "126.0.20240323050255"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240323050255/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "bf577508f4e880feb3997e068b3d07e27456700b9d24ccefb7592fd0aaba9885"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240322050351/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "5dd1c68055d879e91c38925d62bfe4469303b40db077f06ad6783ae4d6721375"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240323050255/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
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 22, hour: 5, minute: 12, second: 37))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 23, hour: 5, minute: 16, second: 41))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

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

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 22, hour: 5, minute: 12, second: 40))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 3, day: 23, hour: 5, minute: 16, second: 44))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)