Skip to content

Commit 53496e0

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (121.0.20231026050328)
1 parent e1a8897 commit 53496e0

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 = "40017917b2a7d5796ae0754aa29b54328dcdc1d1e05f0a7a06389b7e77728472"
5-
let version = "121.0.20231024050357"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231024050357/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "4a53ba72fd7ba7c9534714da208b4e9f7cd8f3f3a1f7ffd5cf7edfd2b4e02059"
5+
let version = "121.0.20231026050328"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231026050328/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "116a06a1f8566c778397a0f696ff0c5eb68116ce7ec0f93ca0d176ebe34190d3"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231024050357/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "880d9ffef94adbe3b220a5caf1915958b951b2823ad0b6ae274c41224a05f1c1"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231026050328/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: 24, hour: 5, minute: 22, second: 43))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 26, hour: 5, minute: 31, second: 55))
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: 24, hour: 5, minute: 22, second: 46))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 10, day: 26, hour: 5, minute: 31, second: 58))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)