Skip to content

Commit 1b5fd43

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (124.0.20240127050245)
1 parent d1b3935 commit 1b5fd43

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 = "1d7a8c947c32b549af4381477a7d77477fd58cc3fc825a41f1787c4924676905"
5-
let version = "124.0.20240126050308"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240126050308/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e4f7f51eb74f4a7260fa78efec2acfb87eef96089f7b297a047be4eb3cd905e1"
5+
let version = "124.0.20240127050245"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240127050245/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "5af502b6a99da69b4c8cd247eff40d7ae6a18a92c13b51ff427a62446a87d19c"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240126050308/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "284b6afb18ff2f7803009f04c1df836a47318eefb028a139a647b3b479073e6a"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.124.20240127050245/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: 26, hour: 5, minute: 20, second: 13))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 27, hour: 5, minute: 11, second: 38))
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: 26, hour: 5, minute: 20, second: 16))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 27, hour: 5, minute: 11, second: 41))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)