Skip to content

Commit dc26b38

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (128.0.20240518050304)
1 parent fa3db1c commit dc26b38

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 = "08d141941eda722656ea1500eef6eeb8c532cebf1683e9fb2ecebd06f65b67de"
5-
let version = "128.0.20240517050259"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240517050259/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "af7798bf992df0aee1f01be896cc337ce6bba991bc3c2fb9209703c1b9271892"
5+
let version = "128.0.20240518050304"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240518050304/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "cf5e43e9311101a349e69cf5d1afefaed680a8160890086f61635f85fd54c071"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240517050259/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e0e7290613066d5b704f7d97ceb612ae4c8f38133d50305ed9256aa910a57037"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240518050304/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: 17, hour: 5, minute: 21, second: 3))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 18, hour: 5, minute: 15, second: 57))
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: 17, hour: 5, minute: 21, second: 5))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 18, hour: 5, minute: 16, second: 0))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)