Skip to content

Commit 9f76a57

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (136.0.20250107050243)
1 parent 7d3bef7 commit 9f76a57

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 = "9c56c6a5f2f060147e656b9d3f19a3b3e579e4cfed40ae88326aaa65c8ea0e6a"
5-
let version = "135.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/135.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "76cf864f222428419e6474df612c33b5b1fa1bcf53f2cbf26b8aca3f602004bc"
5+
let version = "136.0.20250107050243"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250107050243/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "d714d6795d29455c26fb1a08b8a6fa6e02ac799f2eb84f77eda0e4d511906730"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/135.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "3dfd57f61feb290ddb537df811a228a4a7779e7fea1cf336edf8ab02c40cffb9"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.136.20250107050243/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: 2025, month: 1, day: 6, hour: 15, minute: 39, second: 58))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 7, hour: 5, minute: 11, 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: 2025, month: 1, day: 6, hour: 15, minute: 40, second: 0))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 1, day: 7, hour: 5, minute: 11, second: 30))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)