Skip to content

Commit c92def2

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (132.0.20240907050348)
1 parent 57fa753 commit c92def2

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 = "c19c3f721d38c5e175463c26537119ad2294117c2d781023310957588a189520"
5-
let version = "132.0.20240905050320"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240905050320/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "a10ab41ddb6b43e0dc5facf1c53c5aa03ff51586d1f77927bbec80be74cda11f"
5+
let version = "132.0.20240907050348"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240907050348/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "3899c2d40dc8f3ce73fdb5e4298148602f912b53f46dd072a88f30a6780551f4"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240905050320/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "bc964accceddf7ffa80d0a09b60466bd177ec0157857432fb8814e96ae4174de"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240907050348/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: 5, hour: 5, minute: 15, second: 13))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 7, hour: 5, minute: 21, second: 49))
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: 9, day: 5, hour: 5, minute: 15, second: 16))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 7, hour: 5, minute: 21, second: 51))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)