Skip to content

Commit 5d77a41

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (122.0.20231215050315)
1 parent c7c6f43 commit 5d77a41

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 = "32a412ea4f21fa6f9a3fc9695c26abd337fb31928a63a14f31b631de37e8d114"
5-
let version = "122.0.20231214050346"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231214050346/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "c44fdfc0a4e0a0c0c9eab795c136a6735151a6c0765814f1cab88fc15d86154e"
5+
let version = "122.0.20231215050315"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231215050315/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "a20bfe01c082bae1eaf86b4d57c694c23d633ab62ecdbf11fcf576d943089edc"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231214050346/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "bd7e148740c6a921aab76fcf7dbde15c7ba69b53a529b8793a3f3a79ed368b32"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231215050315/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: 12, day: 14, hour: 5, minute: 35, second: 39))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 15, hour: 5, minute: 16, second: 23))
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: 12, day: 14, hour: 5, minute: 35, second: 42))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 15, hour: 5, minute: 16, second: 26))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)