Skip to content

Commit 1bbd230

Browse files
Firefox Sync Engineeringskhamis
authored andcommitted
Nightly auto-update (120.0.1)
1 parent 4c6558c commit 1bbd230

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 = "f2bcf4fa508eda2049300cc989b5a51f21d818e195f62d31fe0d831cdb50786a"
5-
let version = "121.0.20231101050308"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231101050308/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "57088d49d75088c4cbaba10a880380671951692fd977ab9e0f01e1fb133cfcbf"
5+
let version = "120.0.1"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/120.0.1/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "8c3eee083ba686e52f316b6ecc2fed0103dc4fc7d4060123a736a866dfe33c41"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.121.20231101050308/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "142957b98ec66e644547c3ed939cc73efd52b04a327497ca867fc324f5831e35"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/120.0.1/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: 11, day: 1, hour: 5, minute: 24, second: 33))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 1, hour: 18, minute: 48, second: 32))
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: 11, day: 1, hour: 5, minute: 24, second: 36))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 1, hour: 18, minute: 48, second: 35))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)