Skip to content

Commit 4403b79

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (128.0.20240601050427)
1 parent e7acfa7 commit 4403b79

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 = "e9eea666414d3b4da8a69f0978d462d16a493634e6afe58c8a27dc353118ca2c"
5-
let version = "128.0.20240531050343"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240531050343/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "dfb540e43e063dea246dba04691437074ca5fa5a904f33e8dcc30369753be7d7"
5+
let version = "128.0.20240601050427"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240601050427/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "6008c10488b2214d2d0ac36dbcebd0fc1a59a40fd3fd8e3dad62d9fd060fa984"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240531050343/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "53f5fa424b8ee2ed72d28ba0e8a42d23d3d37e71435c9386a2d7266747f5216e"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.128.20240601050427/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 31, hour: 5, minute: 16, second: 11))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 1, hour: 5, minute: 18, second: 41))
2727
}
2828

2929
enum NimbusEvents {
@@ -320,7 +320,7 @@ extension GleanMetrics {
320320
name: "is_ready",
321321
sendInPings: ["events"],
322322
lifetime: .ping,
323-
disabled: false
323+
disabled: true
324324
)
325325
, []
326326
)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 5, day: 31, hour: 5, minute: 16, second: 14))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 1, hour: 5, minute: 18, second: 43))
2727
}
2828

2929
enum NimbusEvents {
@@ -320,7 +320,7 @@ extension GleanMetrics {
320320
name: "is_ready",
321321
sendInPings: ["events"],
322322
lifetime: .ping,
323-
disabled: false
323+
disabled: true
324324
)
325325
, []
326326
)

0 commit comments

Comments
 (0)