Skip to content

Commit 5429c5d

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (134.0.20241105050337)
1 parent 7f38d84 commit 5429c5d

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 = "7d945934cef5688cb0628aa97ed9ec41d32af129c3b6709f9e4238d65aff26ff"
5-
let version = "134.0.20241031050357"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241031050357/artifacts/public/build/MozillaRustComponents.xcframework.zip"
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"
77

88
// Focus xcframework
9-
let focusChecksum = "a170904793da456a9dbaf1d1aae11acf4bf0cf0a36cde44986ffcfc1e953d0dc"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241031050357/artifacts/public/build/FocusRustComponents.xcframework.zip"
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"
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: 10, day: 31, hour: 5, minute: 16, second: 46))
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))
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: 10, day: 31, hour: 5, minute: 16, second: 48))
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))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)