Skip to content

Commit f111573

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (133.0.20241002050331)
1 parent 3ed4854 commit f111573

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 = "9049af4a2b375d143c501762849e68cf092100063070902d965d038849217736"
5-
let version = "133.0.20241001050328"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241001050328/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "d9b65ec78d8fe7af460c315d593f1894b3d5915bf8ba1e192fc1c6b0f780f07a"
5+
let version = "133.0.20241002050331"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241002050331/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "eb37bf0f39e1bb005fe37c5a07ace55f87777e4b748a07affd3305a2fbc179e2"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241001050328/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e485b61c13dd31c0a94b829b18dad04f5719575f219fd175999067f3f344813f"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.133.20241002050331/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: 10, day: 1, hour: 5, minute: 15, second: 24))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 2, hour: 5, minute: 20, second: 9))
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: 10, day: 1, hour: 5, minute: 15, second: 27))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 10, day: 2, hour: 5, minute: 20, second: 12))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)