Skip to content

Commit 3365670

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (121.0.20231031050326)
1 parent cd585b1 commit 3365670

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 = "e2507058c0eefd9ced9c9c834ae98e962d669670aa1805df92a9cca9948827fe"
5-
let version = "121.0.20231027173509"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231027173509/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "ec805b6e64225ca04f4e5ee5d658d0a4fc3494e3318d1ddc1cdc072697bc9468"
5+
let version = "121.0.20231031050326"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231031050326/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "eb170ae076c9f0013ee186ee12bc12f9ca11716d79cbc009ca719ec21a5716e4"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231027173509/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "022b267e945f0c3871e3e342a8c694250fe4e0fb556b2c5ee0f628ed2b9f93f8"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231031050326/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
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 27, hour: 18, minute: 7, second: 3))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 31, hour: 5, minute: 37, second: 16))
2929
}
3030

3131
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension GleanMetrics {
2525
// Intentionally left private, no external user can instantiate a new global object.
2626
}
2727

28-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 27, hour: 18, minute: 7, second: 6))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 31, hour: 5, minute: 37, second: 19))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)