Skip to content

Commit 36f2442

Browse files
author
Tarik Eshaq
authored
Cuts v123.0.0 (#134)
1 parent 958262f commit 36f2442

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 = "8263525b79f912c7d6e2cbb3d031a544675f7d7bc93f00ebc73a6796140e0819"
5-
let version = "123.0.20240120050328"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.123.20240120050328/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "780278cfb268b64fa10652e830f1fcf3fa068e164834442b15ef3740c4f7caf8"
5+
let version = "123.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/123.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "cfe39f781b060403fd5f27006e7d3ea250137c4e617796a48dd6faef3910f4e1"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.123.20240120050328/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "707c38435803d0ef6f433daf6058d96d9025748be0d7b922e5afbd43a0c3ab54"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/123.0/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: 2024, month: 1, day: 20, hour: 5, minute: 20, second: 35))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 22, hour: 15, minute: 14, second: 27))
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: 2024, month: 1, day: 20, hour: 5, minute: 20, second: 38))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 1, day: 22, hour: 15, minute: 14, second: 30))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)