Skip to content

Commit 5081cba

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (122.0.20231213050241)
1 parent 9a04e45 commit 5081cba

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 = "9448ad395fed693c584db3401e27e6d5a43e93ad5a86673b23cb400c27f5774f"
5-
let version = "122.0.20231212050319"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231212050319/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "ff59a0da141da621c8b38805bdcb4583e07b73e5e5320a1ee88ba33f0d5f346f"
5+
let version = "122.0.20231213050241"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231213050241/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a6e0405a982bf7f05529a2b1d6c73bfb635906655472ae1fcef33a5ef1d2dae5"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231212050319/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "6a5e76984cb52b0a53e732f5d95f041d35a2d3e61716eba384f4445856c14c69"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231213050241/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: 2023, month: 12, day: 12, hour: 5, minute: 28, second: 41))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 13, hour: 5, minute: 20, second: 17))
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: 2023, month: 12, day: 12, hour: 5, minute: 28, second: 44))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 13, hour: 5, minute: 20, second: 20))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)