Skip to content

Commit e79b839

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (134.0.20241106050321)
1 parent 5429c5d commit e79b839

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 = "dc963a57d58011b80bfd9a0491d8665417a1c120473e9454cf4b6d2ae5c1ae01"
5-
let version = "134.0.20241105050337"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241105050337/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "4d566c92ffa71aa394dd6a1eba05bb0ee0f59c04ab6bad23718e0aa030066696"
5+
let version = "134.0.20241106050321"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241106050321/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "9025a1e36b345c93b8864691c6cbe8201f26bddeb76e925e3844718374b973da"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241105050337/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "310b755b6be9a93d689ebc2a546d0c02fc950a709bf33c22d3e2e05ec79339e0"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241106050321/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: 11, day: 5, hour: 5, minute: 17, second: 18))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 6, hour: 5, minute: 13, second: 28))
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: 11, day: 5, hour: 5, minute: 17, second: 20))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 6, hour: 5, minute: 13, second: 31))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)