Skip to content

Commit e3c2941

Browse files
author
Tarik Eshaq
authored
Cuts v122.0.0 (#131)
1 parent afff399 commit e3c2941

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 = "d7a273bd459e7f7a9b4aebe96ac2faf93512cf769ec8abcac71994e3bfa5f7f5"
5-
let version = "122.0.20231216050351"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231216050351/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "66b4340d55b12a3a23747cae136f28f24120c26a68ad44229de77f850b7b0e96"
5+
let version = "122.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/122.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "e17b0c5ec3175c4c8db1c48a1cc385cc8cb6dec7488f208f245dbc39f9ba805d"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.122.20231216050351/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "9d0b02ec43b1db5b9aaec5c7496ea23c9981d9d1cf886d302f6179c3603daf1f"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/122.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: 2023, month: 12, day: 16, hour: 5, minute: 28, second: 23))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 18, hour: 16, minute: 3, second: 11))
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: 16, hour: 5, minute: 28, second: 27))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 12, day: 18, hour: 16, minute: 3, second: 14))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)