Skip to content

Commit 84c8954

Browse files
author
Tarik Eshaq
authored
Cuts v120.0.2 (#130)
1 parent eb2a772 commit 84c8954

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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 = "9d8795879e7125ab28318fde989b710a0bdfc32e7fcc99e7eaa6e32e107f2935"
5-
let version = "120.0.0"
6-
let url = "https://archive.mozilla.org/pub/app-services/releases/120.0/MozillaRustComponents.xcframework.zip"
4+
let checksum = "dc606bfeaef773a579a4a790bc3900a900a591ad435f41d981fca394c9b9598b"
5+
let version = "120.0.2"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/120.0.2/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "f71e57a29cdaa87ba39de0e42e20d4d6b98c0417c1eb1e8ab40354c080331963"
10-
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/120.0/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "54630e7742c511f9c0ff57217249d741bf944e0ca65e96cd1a40a2082531c74b"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/120.0.2/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
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: 23, hour: 15, minute: 8, second: 10))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 29, hour: 18, minute: 43, second: 22))
2929
}
3030

3131
enum NimbusEvents {
@@ -273,7 +273,7 @@ extension GleanMetrics {
273273
name: "enrollment_status",
274274
sendInPings: ["events"],
275275
lifetime: .ping,
276-
disabled: false
276+
disabled: true
277277
)
278278
, ["branch", "conflict_slug", "error_string", "reason", "slug", "status"]
279279
)

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
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: 23, hour: 15, minute: 8, second: 13))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2023, month: 11, day: 29, hour: 18, minute: 43, second: 25))
2929
}
3030

3131
enum NimbusEvents {
@@ -273,7 +273,7 @@ extension GleanMetrics {
273273
name: "enrollment_status",
274274
sendInPings: ["events"],
275275
lifetime: .ping,
276-
disabled: false
276+
disabled: true
277277
)
278278
, ["branch", "conflict_slug", "error_string", "reason", "slug", "status"]
279279
)

0 commit comments

Comments
 (0)