Skip to content

Commit 842e406

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (131.0.20240806050256)
1 parent 6a92859 commit 842e406

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 = "30663bad1718ba8cc90827787b4ca48ef5810da9b244674859ff5cc394674ac8"
5-
let version = "130.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/130.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "aa161b2789551860669d36124fe7f440e11cb74c2a7b7f8d95ee17f639bd8a8c"
5+
let version = "131.0.20240806050256"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.131.20240806050256/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

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

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)