Skip to content

Commit 2d12688

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (129.0.20240612050250)
1 parent ed9c0d1 commit 2d12688

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 = "deb36cb9681ed8f74a97d9417f026ac059852c0b89529f71b0aef2caff77d1a3"
5-
let version = "129.0.20240611050302"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240611050302/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e831f3e5a083c35350bbe055a2db594d50c222b7539f541096406d71cd40d4d9"
5+
let version = "129.0.20240612050250"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240612050250/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "fabb71aadff945114668756fd4cbb08aa00da54717256aa859d703f672d5cc1a"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240611050302/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "e11a315313f4a7312f916ae9d5cdcc3f1afd971dddac5570af37daaa2fbcfbf8"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.129.20240612050250/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: 6, day: 11, hour: 5, minute: 16, second: 26))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 12, hour: 5, minute: 17, second: 14))
2727
}
2828

2929
enum NimbusEvents {
@@ -320,7 +320,7 @@ extension GleanMetrics {
320320
name: "is_ready",
321321
sendInPings: ["events"],
322322
lifetime: .ping,
323-
disabled: true
323+
disabled: false
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: 6, day: 11, hour: 5, minute: 16, second: 28))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 6, day: 12, hour: 5, minute: 17, second: 16))
2727
}
2828

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

0 commit comments

Comments
 (0)