Skip to content

Commit bb5a9ce

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (135.0.20241204050331)
1 parent 67e4ae4 commit bb5a9ce

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 = "37d0a819fc0227d834293755da5e6fc73c46ec14ee3296d1e3a953a2571b7459"
5-
let version = "135.0.20241203050541"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241203050541/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "8c8c73469be93cc27e9a28cf43c785daaa90b918bd8ca650f9f811bebfce2e9f"
5+
let version = "135.0.20241204050331"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241204050331/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "45753920b61feb1a7e204eae9e9d7a58544b1ce9dd91518bbb6545fe621fc648"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241203050541/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "b70c5cfea7f19fb9c35f707813f6146fa7b8311f9993110a528a029179faffad"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.135.20241204050331/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: 12, day: 3, hour: 5, minute: 18, second: 14))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 4, hour: 5, minute: 18, second: 41))
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: 12, day: 3, hour: 5, minute: 18, second: 16))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 12, day: 4, hour: 5, minute: 18, second: 43))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)