Skip to content

Commit 0ca6459

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (128.0.20240523050311)
1 parent 8d6304f commit 0ca6459

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 = "61629b4efa1722d57b404c9fb178fcfb452a67743da28fcf266f56f95669b20d"
5-
let version = "128.0.20240520192211"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240520192211/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "7f68f118bbd85cf5e06bf88218cd354b70a42a7c6d7251d02f4c978c950ac044"
5+
let version = "128.0.20240523050311"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240523050311/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "b8a1817a4e592abd6b2d1260e574cb476519d3c2b111566a8f31a57b571a7a2f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240520192211/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "9011327af38444da2103b464639b48ba5841aab99c8245211a967325c87eb35f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240523050311/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: 2024, month: 5, day: 20, hour: 19, minute: 38, second: 12))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 23, hour: 5, minute: 21, second: 42))
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: 2024, month: 5, day: 20, hour: 19, minute: 38, second: 15))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 23, hour: 5, minute: 21, second: 44))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)