Skip to content

Commit ed9c0d1

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240611050302)
1 parent 1e0a08c commit ed9c0d1

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 = "47111d5010f1f111c5e247826064a3bbeeaa9de1b4fb2c2ae469926ae4bc6338"
5-
let version = "128.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/128.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "deb36cb9681ed8f74a97d9417f026ac059852c0b89529f71b0aef2caff77d1a3"
5+
let version = "129.0.20240611050302"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240611050302/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a4ba6693d1e831c9e2124285c2399701fee8fc9946846148201159e810cd0d8f"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/128.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "fabb71aadff945114668756fd4cbb08aa00da54717256aa859d703f672d5cc1a"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240611050302/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: 6, day: 10, hour: 8, minute: 38, second: 30))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 11, hour: 5, minute: 16, second: 26))
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: 6, day: 10, hour: 8, minute: 38, second: 33))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 11, hour: 5, minute: 16, second: 28))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)