Skip to content

Commit 57669e4

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (134.0.20241121050227)
1 parent 1ef3b98 commit 57669e4

File tree

5 files changed

+599
-9
lines changed

5 files changed

+599
-9
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 = "0ba59e1a4fd622d83359fa093783c8c8fb4894258264aa60accb760617d22baf"
5-
let version = "134.0.20241120050405"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241120050405/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "81b8109f45c76d6a8169d46d39c6c66f7113ce1946fc801ae89945bcc9749f08"
5+
let version = "134.0.20241121050227"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241121050227/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "0346cf4e1eeb7464d70760781b557f2d6e95f3930454a7e724b38f2715c4bfca"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241120050405/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "102d41fe081a4f0cb3b1809d10313bc2707e5f60549358c236caa846a76cdef0"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.134.20241121050227/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: 20, hour: 5, minute: 19, second: 56))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 11, day: 21, hour: 5, minute: 19, second: 13))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)