Skip to content

Commit 9db49e2

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (124.0.20240123050318)
1 parent 36f2442 commit 9db49e2

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 = "780278cfb268b64fa10652e830f1fcf3fa068e164834442b15ef3740c4f7caf8"
5-
let version = "123.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/123.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "d978f820288da43404c62f99a5799ee694a6646cf191f6b39bd6d9c31e52e5a6"
5+
let version = "124.0.20240123050318"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240123050318/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "707c38435803d0ef6f433daf6058d96d9025748be0d7b922e5afbd43a0c3ab54"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/123.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3bd6951b5ec84ae5e8ed147769190751f3e9d87e69de4b2a32ea76a04ae67125"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240123050318/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: 1, day: 22, hour: 15, minute: 14, second: 27))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 23, hour: 5, minute: 20, second: 19))
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: 1, day: 22, hour: 15, minute: 14, second: 30))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 23, hour: 5, minute: 20, second: 22))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)