Skip to content

Commit 7dcfbaa

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (132.0.20240919050342)
1 parent c471620 commit 7dcfbaa

File tree

5 files changed

+1129
-7
lines changed

5 files changed

+1129
-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 = "ad7dce1fc832b47f901f1530dd2399199368788cdb37c2fd5f39891b1c1b76b8"
5-
let version = "132.0.20240917050325"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240917050325/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "9121fd9da6f387177db1653605eb220d584e2f52be5d1ba9d6d90e39dc3eae41"
5+
let version = "132.0.20240919050342"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240919050342/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "cf4c13334b157ec2142a39e49565c8e16b5fc9d6f7592c0737780afb162bf07e"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240917050325/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "958f1ce2b02d54e5434dda84c5dcaf8c809e42abb819250395652649bd953e66"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240919050342/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: 9, day: 17, hour: 5, minute: 14, second: 53))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 19, hour: 5, minute: 16, second: 53))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)