Skip to content

Commit dfc01f4

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (126.0.20240322050351)
1 parent 73bb8f9 commit dfc01f4

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 = "e1676abe8773f1dd484e87947577d90f589f69b4037816c55cdbf88d2aad4b45"
5-
let version = "126.0.20240321050310"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240321050310/artifacts/public/build/MozillaRustComponents.xcframework.zip"
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"
77

88
// Focus xcframework
9-
let focusChecksum = "3a58a3f7909374ef492352585802a1bb6bc8a592ab7a07e0c93917886a49025b"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.126.20240321050310/artifacts/public/build/FocusRustComponents.xcframework.zip"
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"
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: 21, hour: 5, minute: 24, second: 5))
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))
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: 21, hour: 5, minute: 24, second: 8))
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))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)