Skip to content

Commit 390e44f

Browse files
author
Firefox Sync Engineering
committed
Nightly auto-update (125.0.20240229050321)
1 parent 4419a58 commit 390e44f

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 = "c9054490c566b9a600b0874a5d47dcac1f329d724aa80c2f303798b937de2ab5"
5-
let version = "125.0.20240228050323"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240228050323/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "2549aa7e4edeeb04e9ae3a820558a494638e72673c470622138dbf7cd97f77fd"
5+
let version = "125.0.20240229050321"
6+
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240229050321/artifacts/public/build/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "ff4670e895af6b4683dc25907b276b6d6ad1993259b818d31f3df7cf3deeb921"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240228050323/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "daae59d8222389c703d2c45dff0780712e9e4fc5536c93165dd0261679317078"
10+
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.125.20240229050321/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: 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: 2, day: 28, hour: 5, minute: 18, second: 52))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 29, hour: 5, minute: 20, second: 12))
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: 2, day: 28, hour: 5, minute: 18, second: 56))
28+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 2, day: 29, hour: 5, minute: 20, second: 16))
2929
}
3030

3131
enum NimbusEvents {

0 commit comments

Comments
 (0)